GET api/appointments/bykeyword?id={id}&keyword={keyword}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

keyword

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Appointments
NameDescriptionTypeAdditional 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": "b32a8623-539c-4d78-ad66-805b51c04ce2",
    "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:24:15.9677515-08:00",
    "ExpirationDate": "2025-12-05T20:24:15.9677515-08:00",
    "IsView": true,
    "Id": "17c99463-df77-41fd-a0e1-cfff2d548e6e",
    "CreatedDate": "2025-12-05T20:24:15.9677515-08:00",
    "ModifiedDate": "2025-12-05T20:24:15.9677515-08:00",
    "DeletedDate": "2025-12-05T20:24:15.9677515-08:00"
  },
  {
    "ProfileId": "b32a8623-539c-4d78-ad66-805b51c04ce2",
    "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:24:15.9677515-08:00",
    "ExpirationDate": "2025-12-05T20:24:15.9677515-08:00",
    "IsView": true,
    "Id": "17c99463-df77-41fd-a0e1-cfff2d548e6e",
    "CreatedDate": "2025-12-05T20:24:15.9677515-08:00",
    "ModifiedDate": "2025-12-05T20:24:15.9677515-08:00",
    "DeletedDate": "2025-12-05T20:24:15.9677515-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:24:15.9677515-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:15.9677515-08:00</DeletedDate>
    <Id>17c99463-df77-41fd-a0e1-cfff2d548e6e</Id>
    <ModifiedDate>2025-12-05T20:24:15.9677515-08:00</ModifiedDate>
    <AppointmentDate>2025-12-05T20:24:15.9677515-08:00</AppointmentDate>
    <AppointmentReason>sample string 8</AppointmentReason>
    <ConfirmationCode>sample string 5</ConfirmationCode>
    <EmailAddress>sample string 4</EmailAddress>
    <ExpirationDate>2025-12-05T20:24:15.9677515-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>b32a8623-539c-4d78-ad66-805b51c04ce2</ProfileId>
    <Statut>sample string 7</Statut>
  </Appointments>
  <Appointments>
    <CreatedDate>2025-12-05T20:24:15.9677515-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:15.9677515-08:00</DeletedDate>
    <Id>17c99463-df77-41fd-a0e1-cfff2d548e6e</Id>
    <ModifiedDate>2025-12-05T20:24:15.9677515-08:00</ModifiedDate>
    <AppointmentDate>2025-12-05T20:24:15.9677515-08:00</AppointmentDate>
    <AppointmentReason>sample string 8</AppointmentReason>
    <ConfirmationCode>sample string 5</ConfirmationCode>
    <EmailAddress>sample string 4</EmailAddress>
    <ExpirationDate>2025-12-05T20:24:15.9677515-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>b32a8623-539c-4d78-ad66-805b51c04ce2</ProfileId>
    <Statut>sample string 7</Statut>
  </Appointments>
</ArrayOfAppointments>