GET api/appointments/perpage?id={id}&pageNumber={pageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| pageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonPaginationPageOfAppointments| Name | Description | Type | Additional information |
|---|---|---|---|
| TList | Collection of Appointments |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TList": [
{
"ProfileId": "778b915c-9f92-46f8-9383-4ebae726634f",
"Name": "sample string 2",
"PhoneNumber": "sample string 3",
"EmailAddress": "sample string 4",
"ConfirmationCode": "sample string 5",
"MeetingPlace": "sample string 6",
"Statut": "sample string 7",
"AppointmentReason": "sample string 8",
"IsValidate": true,
"AppointmentDate": "2025-12-05T20:26:02.6046993-08:00",
"ExpirationDate": "2025-12-05T20:26:02.6046993-08:00",
"IsView": true,
"Id": "27279619-47b1-4b27-92b5-724b9741f847",
"CreatedDate": "2025-12-05T20:26:02.6046993-08:00",
"ModifiedDate": "2025-12-05T20:26:02.6046993-08:00",
"DeletedDate": "2025-12-05T20:26:02.6046993-08:00"
},
{
"ProfileId": "778b915c-9f92-46f8-9383-4ebae726634f",
"Name": "sample string 2",
"PhoneNumber": "sample string 3",
"EmailAddress": "sample string 4",
"ConfirmationCode": "sample string 5",
"MeetingPlace": "sample string 6",
"Statut": "sample string 7",
"AppointmentReason": "sample string 8",
"IsValidate": true,
"AppointmentDate": "2025-12-05T20:26:02.6046993-08:00",
"ExpirationDate": "2025-12-05T20:26:02.6046993-08:00",
"IsView": true,
"Id": "27279619-47b1-4b27-92b5-724b9741f847",
"CreatedDate": "2025-12-05T20:26:02.6046993-08:00",
"ModifiedDate": "2025-12-05T20:26:02.6046993-08:00",
"DeletedDate": "2025-12-05T20:26:02.6046993-08:00"
}
],
"TotalPage": 1
}
application/xml, text/xml
Sample:
<CommonPaginationPageOfAppointments9_SYAvHPQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Pages">
<TList xmlns:d2p1="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<d2p1:Appointments>
<d2p1:CreatedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:DeletedDate>
<d2p1:Id>27279619-47b1-4b27-92b5-724b9741f847</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:ModifiedDate>
<d2p1:AppointmentDate>2025-12-05T20:26:02.6046993-08:00</d2p1:AppointmentDate>
<d2p1:AppointmentReason>sample string 8</d2p1:AppointmentReason>
<d2p1:ConfirmationCode>sample string 5</d2p1:ConfirmationCode>
<d2p1:EmailAddress>sample string 4</d2p1:EmailAddress>
<d2p1:ExpirationDate>2025-12-05T20:26:02.6046993-08:00</d2p1:ExpirationDate>
<d2p1:IsValidate>true</d2p1:IsValidate>
<d2p1:IsView>true</d2p1:IsView>
<d2p1:MeetingPlace>sample string 6</d2p1:MeetingPlace>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PhoneNumber>sample string 3</d2p1:PhoneNumber>
<d2p1:ProfileId>778b915c-9f92-46f8-9383-4ebae726634f</d2p1:ProfileId>
<d2p1:Statut>sample string 7</d2p1:Statut>
</d2p1:Appointments>
<d2p1:Appointments>
<d2p1:CreatedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:DeletedDate>
<d2p1:Id>27279619-47b1-4b27-92b5-724b9741f847</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:26:02.6046993-08:00</d2p1:ModifiedDate>
<d2p1:AppointmentDate>2025-12-05T20:26:02.6046993-08:00</d2p1:AppointmentDate>
<d2p1:AppointmentReason>sample string 8</d2p1:AppointmentReason>
<d2p1:ConfirmationCode>sample string 5</d2p1:ConfirmationCode>
<d2p1:EmailAddress>sample string 4</d2p1:EmailAddress>
<d2p1:ExpirationDate>2025-12-05T20:26:02.6046993-08:00</d2p1:ExpirationDate>
<d2p1:IsValidate>true</d2p1:IsValidate>
<d2p1:IsView>true</d2p1:IsView>
<d2p1:MeetingPlace>sample string 6</d2p1:MeetingPlace>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:PhoneNumber>sample string 3</d2p1:PhoneNumber>
<d2p1:ProfileId>778b915c-9f92-46f8-9383-4ebae726634f</d2p1:ProfileId>
<d2p1:Statut>sample string 7</d2p1:Statut>
</d2p1:Appointments>
</TList>
<TotalPage>1</TotalPage>
</CommonPaginationPageOfAppointments9_SYAvHPQ>