cURL
curl --request GET \ --url https://api.aspect-dev.systems/v1/organizations/{organization}/divisions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "divisions", "attributes": { "id": "<string>", "name": "<string>", "industry": "golf" } } ], "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" }, "meta": { "path": "<string>", "per_page": 123, "next_cursor": "<string>", "prev_cursor": "<string>" } }
Retrieve all divisions for a specific organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The number of results that will be returned per page.
The cursor to start the pagination from.
Paginated set of DivisionResource
DivisionResource
Show child attributes