Appointment Waitlist
The Appointment waitlist feature allows the user to track patients who wish to see a provider, generally sooner than when a provider is currently available.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
-
Primary
Update appointment
waitlist
POST
/v1/{practiceid}/appointments/waitlist
Modify the wait list request details for a specific appointment
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allOutput Parameters
Expand allExample Code
Get appointment
waitlist
GET
/v1/{practiceid}/appointments/waitlist
Retrieves the list all waiting list request appointments for all patients
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
Output Parameters
Expand allExample Code
Get appointment
waitlist
GET
/v1/{practiceid}/appointments/waitlist/{waitlistid}
Retrieves the list all waiting list request appointments for all patients
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Update a wait list
entry.
PUT
/v1/{practiceid}/appointments/waitlist/{waitlistid}
Generic success/error response
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allExample Code
Remove an entry from the wait
list.
DELETE
/v1/{practiceid}/appointments/waitlist/{waitlistid}
Generic success/error response
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allExample Code