Menu
- nameType: stringrequired
Display name of the menu item
- spaceType: integer
Id requiredID of the space this menu item belongs to
- categoriesType: array integer[]
IDs of categories allowed to see this menu item
- colorType: string
Display color for the menu item in hex format (e.g. #FF5733)
- contentType: string
Link URL or custom content (for type 'link')
- createdType: string Format: date-timeread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of the user who created this record
- customType: integer
Module Id ID of the custom module the menu item is bound to
- displayType: boolean
True if the menu item should be displayed, false otherwise
- entityType: integer
Id ID of the entity the menu item points to
- iconType: string
Icon identifier for the menu item
- idType: integerread-only
Unique identifier - primary key
- modifiedType: string Format: date-time
Timestamp of the last modification of the menu item
- moduleType: string
System name of the module the item links to (for type 'module')
- orderType: integer
Sort order of the menu item within its level
- parentType: integer | null
Id ID of the parent menu item; null for top-level items
- targetType: string
Link target (e.g. _blank, _self)
- teamsType: array integer[]
IDs of teams allowed to see this menu item
- typeType: string enum
Type of the menu item
values- module
- link
- folder
- custom
-module
- updatedType: string Format: date-timeread-only
Last update timestamp
- updatedType: integer
User Id read-onlyID of the user who last updated this record
- usersType: array integer[]
IDs of users allowed to see this menu item
- viewType: string
View/action within the target module