Get Menu Level Entries

post

/config/sim/v1/setup/menulevels/getMenuLevelEntries

Gets a list of all the menu levels entries for the specified menu level set

Request

Supported Media Types
Body ()
Request body
Root Schema : MenuLevelEntryGetRequestBody
Type: object
Show Source
  • Unique reference of the hierarchy unit
    Example: 1
  • Example: locations
  • This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except Ext values. If 'detailed' is specified, The response contains all the properties of the object.
    Example: detailed
  • If specified, limits translated strings returned.
    Example: en-US, de-DE, es-MX
  • Number of results returned in this page. Not required if paging parameters are not supported.
    Example: 10
  • Object number of the menu level set
    Example: 1
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 2
  • Sorts the response by the specified field name and sort order.
    Example: objectNum
  • Search criteria to filter results based on field value. In this case, results will be filtered based on 'hierUnitId' field with value as 1012.
    Example: where equals(hierUnitId,1012)
Back to Top

Response

Supported Media Types

200 Response

A collection of menu level entries of the menu level set
Body ()
Root Schema : MenuLevelEntryGetResponse
Type: object
Model for a Menu Level Entry
Show Source
Nested Schema : TranslatedString_Name
Type: object
Additional Properties Allowed
Show Source
A group of translated names
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : OptionsExt_MenuLevelEntry
Type: object
An object containing the descriptive options list associated with the Menu Level Entry
Show Source
  • Select to mark this menu level as anonymous for the Menu Level Set.
    Example: false
  • Select to mark this menu level as the default level for the Menu Level Set.
    Example: false

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source

404 Response

404 Requested resource not found
Back to Top