cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/departments/{id}/children \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "<string>", "attributes": { "name": "<string>", "is_root": true } } ] }
Returns all child departments of a specific department
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Department UUID
no children found
The response is of type object.
object