This endpoint is deprecated. Please do not use it for new projects. The documentation remains here for legacy API consumers.

Listing all appointments

For listing all appointments of an applicant use the /appointments endpoint directly.

By sending the following GET-request, one can obtain the requested list containing all appointments of a user:

with TOKEN being the user access token of the user in question. It is used to determine the validity of this request.

Path parameters

– none –

Query parameters

– none –

Response values

Upon Returned value Description
success JSON-encoded List<AppointmentData> Please have a look at the according documentation page.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

Example return value