Skip to main content
GET
/
v1
/
organizations
/
{organization}
/
divisions
/
{id}
Show Division
curl --request GET \
  --url https://api.aspect-dev.systems/v1/organizations/{organization}/divisions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "attributes": {
      "id": "<string>",
      "name": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aspect.systems/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization
string
required
id
string
required

Response

Division

data
Division · object
required