Newer Version Available
describeAppMenu()
Retrieves metadata about items either in the Salesforce1 navigation menu or the Salesforce drop-down app menu. This call is available in API version 29.0 and later.
If you’re accessing the API using a custom community URL, the describeAppMenu() call retrieves the tab set associated with the community ID you specify.
Syntax
Code Sample—Java
This code sample shows how to get the menu items from the Salesforce1 navigation menu.
Arguments
| Name | Type | Description |
|---|---|---|
| string | Restricts the menu data returned to the specified menu type. Valid values are:
|
|
| networkId | ID | If the appMenuType is set to NetworkTabs, enter the ID of the community to retrieve the tab set from. If appMenuType is not NetworkTabs, this field must be null or empty. |