Obter Departamentos
Obter Departamentos
Visão Geral
Endpoint
GET /departmentRequisição na API
curl -X GET https://go.api.iappbr.com/api/v1/department \
-H 'Authorization: Bearer SEU_TOKEN_AQUI' \
-H 'Content-Type: application/json'Resposta
{
"status": "success",
"data": {
"departments": [
{
"id": "string",
"name": "string",
"created_at": "2023-06-28T12:00:00Z",
"attendants": [
{
"id": "string",
"name": "string",
"created_at": "2023-06-28T12:00:00Z",
"is_supervisor": true
}
]
}
]
}
}Atualizado