Returns all departments of an organization.
https://api.knaq.io/1/organizations/departments
Authorization request header | Bearer token |
{
"departments": [
"dept 1",
"dept 2"
]
}
Name | Type | Description |
---|---|---|
departments |
array | An array containing all departments. Each department in the list can be used as the department query parameter in the following endpoints:
|