GET api/appointments/byprofileid?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Appointments| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| PhoneNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| ConfirmationCode | string |
None. |
|
| MeetingPlace | string |
None. |
|
| Statut | string |
None. |
|
| AppointmentReason | string |
None. |
|
| IsValidate | boolean |
None. |
|
| AppointmentDate | date |
None. |
|
| ExpirationDate | date |
None. |
|
| IsView | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileId": "d63c9ee0-599a-4335-969c-eedf2b26124a",
"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:03.4753355-08:00",
"ExpirationDate": "2025-12-05T20:26:03.4753355-08:00",
"IsView": true,
"Id": "a9e64bd0-1dbe-43a4-aff7-88f312157e33",
"CreatedDate": "2025-12-05T20:26:03.4753355-08:00",
"ModifiedDate": "2025-12-05T20:26:03.4753355-08:00",
"DeletedDate": "2025-12-05T20:26:03.4753355-08:00"
},
{
"ProfileId": "d63c9ee0-599a-4335-969c-eedf2b26124a",
"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:03.4753355-08:00",
"ExpirationDate": "2025-12-05T20:26:03.4753355-08:00",
"IsView": true,
"Id": "a9e64bd0-1dbe-43a4-aff7-88f312157e33",
"CreatedDate": "2025-12-05T20:26:03.4753355-08:00",
"ModifiedDate": "2025-12-05T20:26:03.4753355-08:00",
"DeletedDate": "2025-12-05T20:26:03.4753355-08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfAppointments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<Appointments>
<CreatedDate>2025-12-05T20:26:03.4753355-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:03.4753355-08:00</DeletedDate>
<Id>a9e64bd0-1dbe-43a4-aff7-88f312157e33</Id>
<ModifiedDate>2025-12-05T20:26:03.4753355-08:00</ModifiedDate>
<AppointmentDate>2025-12-05T20:26:03.4753355-08:00</AppointmentDate>
<AppointmentReason>sample string 8</AppointmentReason>
<ConfirmationCode>sample string 5</ConfirmationCode>
<EmailAddress>sample string 4</EmailAddress>
<ExpirationDate>2025-12-05T20:26:03.4753355-08:00</ExpirationDate>
<IsValidate>true</IsValidate>
<IsView>true</IsView>
<MeetingPlace>sample string 6</MeetingPlace>
<Name>sample string 2</Name>
<PhoneNumber>sample string 3</PhoneNumber>
<ProfileId>d63c9ee0-599a-4335-969c-eedf2b26124a</ProfileId>
<Statut>sample string 7</Statut>
</Appointments>
<Appointments>
<CreatedDate>2025-12-05T20:26:03.4753355-08:00</CreatedDate>
<DeletedDate>2025-12-05T20:26:03.4753355-08:00</DeletedDate>
<Id>a9e64bd0-1dbe-43a4-aff7-88f312157e33</Id>
<ModifiedDate>2025-12-05T20:26:03.4753355-08:00</ModifiedDate>
<AppointmentDate>2025-12-05T20:26:03.4753355-08:00</AppointmentDate>
<AppointmentReason>sample string 8</AppointmentReason>
<ConfirmationCode>sample string 5</ConfirmationCode>
<EmailAddress>sample string 4</EmailAddress>
<ExpirationDate>2025-12-05T20:26:03.4753355-08:00</ExpirationDate>
<IsValidate>true</IsValidate>
<IsView>true</IsView>
<MeetingPlace>sample string 6</MeetingPlace>
<Name>sample string 2</Name>
<PhoneNumber>sample string 3</PhoneNumber>
<ProfileId>d63c9ee0-599a-4335-969c-eedf2b26124a</ProfileId>
<Statut>sample string 7</Statut>
</Appointments>
</ArrayOfAppointments>