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
errorsobjectOptional

This field will be null because no errors occurred.

successbooleanOptional

This field will be true because no errors occurred.

Example: true
get
/appointments/{id}/

Last updated