Get a scheduling

Being a REST API, each HTTP method has the expected meaning; to list schedulings the GET method is used.

Appointment detail.

get
/appointments/{id}/

Gets the detail of an appointment.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
order_idstringRequired

Order UUID for which an appointment is to be made.

Responses
chevron-right
200

A successful response that returns the appointment details.

application/json
get
/appointments/{id}/

Last updated