cURL
curl --request GET \ --url https://api.scholarlysoftware.com/api/v1/departments/{id}/relationships/children \ --header 'Authorization: Bearer <token>'
{ "links": { "self": "<string>", "related": "<string>" }, "data": [ { "type": "<string>", "id": "<string>" } ] }
Returns relationship linkage data for department children (JSON:API relationship endpoint)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Department UUID
no children relationship
Show child attributes