Navigation Item Collection Input
A collection of all the navigation items (tabs) for an app. Pass
this request body to get or update a user’s personalized navigation items.
- JSON Example
-
1{ 2 "navItems": [{ 3 "id": "0QkRM00000058lN0AQ" 4 }, { 5 "id": "0QkRM00000058lR0AQ", 6 "label": "My Top Account" 7 }, { 8 "pageReference": { 9 "type": "standard__objectPage", 10 "attributes": { 11 "objectApiName": "Dashboard", 12 "actionName": "home" 13 }, 14 "state": {} 15 } 16 }] 17} - Properties
-
Name Type Description Required or Optional Available Version navItems Navigation Item Input[] The list of navigation items in the order that you want them to appear in the app. Required 47.0