Get department
GET {{baseUrl}}/v2/departments/:id
This endpoint gets a department by ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": "in dolore laboris proident",
"name": "et aliquip exercitation dolore",
"description": "dolor occaecat id eiusmod"
} |
ENDPOINTS