Atendimentos

Retorna um atendimento por ID

get/atendimento/{id}

Path parameters

idinteger required

Response

Atendimento encontrado

statusinteger
responseGenericObject
errorsstring[]

Example response

{
  "status": 200,
  "errors": []
}

Changes