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.
Body ()
Root Schema : MenuLevelEntryGetResponsev1
Type: object
Show Source
Nested Schema : items
Type: array
Array of Menu Level Entry objects of the organization.
Show Source
Nested Schema : MenuLevelEntryv1
Type: object
Model for a Menu Level Entry
Show Source
Nested Schema : hierUnitName
Type: object
Hier Unit Name
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : name
Type: object
Name
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
Nested Schema : prefix
Type: object
Prefix
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : suffix
Type: object
Suffix
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Back to Top