Get Enterprise Levels
post
/config/sim/v1/hierarchy/locations/getEnterpriseLevels
Gets available enterprise levels of the organization.
Request
Supported Media Types
- application/json
- multipart/form-data
Request body for get enterprise levels.
Root Schema : schema
Type:
object
The input body model that needs to be given for get request.
Show Source
-
include:
string
If specified, limits the data returned to these fields.Example:
hierUnitId, objectNum
-
includeAll:
string
If this value is specified, the include parameter is ignored.
Value Description basic Forces the response to include all fields except option string details detailed Forces the response to include all fields including option string details Example:detailed
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
Response
Supported Media Types
- application/json
200 Response
A Collection of Parent Enterprise Levels.
Root Schema : GetEnterpriseLevelsResponse
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
1
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
false
-
items:
array items
Array of Enterprise Levels.
-
limit:
integer
Server page sizeExample:
10
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
1
Nested Schema : EnterpriseLevels
Type:
Show Source
object
-
name(required):
array name
Name of enterprise level