Obter um agendamento
Sendo uma API REST, cada método HTTP tem o significado esperado; para listar os agendamentos utiliza-se o método GET.
Gets the detail of an appointment.
Autorizações
AuthorizationstringObrigatório
Parâmetros de rota
idstringObrigatório
order_idstringObrigatório
Order UUID for which an appointment is to be made.
Respostas
200
A successful response that returns the appointment details.
application/json
401
A failed response due to insufficient permissions to execute the operation.
application/json
403
A failed response due to not having the proper permissions.
application/json
404
A failed response because the required order was not found.
application/json
500
A failed response due to a server problem.
application/json
get
/appointments/{id}/Atualizado