Obtener un agendamiento

Al ser una API REST, cada método HTTP tiene el significado esperado, para realizar listar los agendamientos se utiliza el método GET.

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
200

A successful response that returns the appointment details.

application/json
get
/appointments/{id}/

Last updated