Salesforce · Example Payload

Salesforce Nav Item2 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Nav Item2 Example is an example object payload from Salesforce, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

availableInClassicavailableInLightningcolorcontentcustomdeveloperNameiconUrliditemTypelabelobjectApiNameobjectLabelobjectLabelPluralpageReferencestandardType

Example Payload

Raw ↑
{
  "availableInClassic": true,
  "availableInLightning": true,
  "color": "example_value",
  "content": "example_value",
  "custom": true,
  "developerName": "example_value",
  "iconUrl": "https://www.example.com",
  "id": "abc123",
  "itemType": "example_value",
  "label": "Example Title",
  "objectApiName": "example_value",
  "objectLabel": "example_value",
  "objectLabelPlural": "example_value",
  "pageReference": {
    "attributes": {
      "pageName": "example_value",
      "objectApiName": "example_value",
      "actionName": "example_value"
    },
    "state": "example_value",
    "type": "example_value"
  },
  "standardType": "example_value"
}