Get Enterprise Levels

post

/config/sim/v1/hierarchy/locations/getEnterpriseLevels

Gets available enterprise levels of the organization.

Request

Supported Media Types
Body ()
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
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum
  • 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
  • If using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
Back to Top

Response

Supported Media Types

200 Response

A Collection of Parent Enterprise Levels.
Body ()
Root Schema : GetEnterpriseLevelsResponse
Type: object
Show Source
Nested Schema : items
Type: array
Array of Enterprise Levels.
Show Source
Nested Schema : EnterpriseLevels
Type: object
Show Source
Nested Schema : name
Type: array
Name of enterprise level
Show Source
Example:
District
Back to Top