cURL
curl --request GET \ --url https://api.aspect-dev.systems/v1/organizations/{organization}/divisions/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "divisions", "attributes": { "id": "<string>", "name": "<string>", "industry": "golf" } } }
Retrieve a specific division by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
DivisionResource
Show child attributes