Details

Retrieve the details of a resource given an ID

get
Autorizações
Parâmetros de rota
idstring · uuidObrigatório
Respostas
200
OK
*/*
get
GET /api/sales/resource-files/{id}/details HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
  "id": "text",
  "fileName": "text"
}