Get Menu Level Entries
post
/config/sim/v2/setup/menuLevels/getMenuLevelEntries
Gets a list of all the menu levels entries for the specified menu level set
Request
Supported Media Types
- application/json
- multipart/form-data
Request body
Root Schema : schema
Type:
Show Source
object
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
1
-
include:
string
If specified, limits the data returned to these fields.Example:
hierUnitId, objectNum, name
-
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
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
objectNum(required):
integer
Object number of the menu level setExample:
1
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
hierUnitId:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(hierUnitId, 7)
Response
Supported Media Types
- application/json
200 Response
A collection of menu level entries
Nested Schema : MenuLevelEntryv2
Type:
object
Model for a Menu Level Entry
Show Source
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
1
-
hierUnitObjNum:
integer
Object number of the hierarchy unitExample:
1
-
index:
integer
Object number of the menu level entryExample:
1
-
name:
object name
Menu Level Entry Name
-
objectNum:
integer
Object number of the menu level setExample:
1
-
options:
string
A string value of 0s & 1s of length 8 representing the enablement or disablement of the options associatedExample:
00000000
-
optionsExt:
object OptionsExt_MenuLevelEntry
An object containing the descriptive options list associated with the Menu Level Entry
-
prefix:
object prefix
Prefix
-
suffix:
object suffix
Suffix
Nested Schema : name
Type:
object
Menu Level Entry Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : OptionsExt_MenuLevelEntry
Type:
object
An object containing the descriptive options list associated with the Menu Level Entry
Show Source
-
anonymous:
boolean
Select to mark this menu level as anonymous for the Menu Level Set.Example:
false
-
default:
boolean
Select to mark this menu level as the default level for the Menu Level Set.Example:
false
Nested Schema : prefix
Type:
object
Prefix
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : suffix
Type:
object
Suffix
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}