Get All Business Units
This is typically the first API call made. Most of the other routes require a specific business unit id to be passed in.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "data": [
- {
- "id": "b63bbfcf-8598-43f5-9e5a-90cd6255d071",
- "division": "MANAGER",
- "businessUnitCode": "MANAGER",
- "partitionId": "c7gbfcf-8598-43f5-9e5a-90cd6255d071",
- "systemInfoId": "a54bbfcf-8598-43f5-9e5a-90cd6255d071"
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}