Appointments API
Introduction
The appointments API allows to manage an applicants appointments and fetching the relevant appointment data.
REST endpoint
All the appointment management functionalities can be used at the /appointments endpoint.
Type | Endpoint | Effect |
---|---|---|
GET | /appointments | Lists all appointments of an user. |
GET | /appointments/{appointmentId} | Returns a single appointment to a given appointment-ID. |
PUT | /appointments/{appointmentId}/status/{statusId} | Updates the status of an appointment. |