cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/departments/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "<string>", "attributes": { "name": "<string>", "is_root": true } } }
Returns details 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
department found
The response is of type object.
object