Salesforce · Example Payload

Salesforce S Object Root Info Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce S Object Root Info Example is an example object payload from Salesforce, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeproperties

Example Payload

Raw ↑
{
  "type": "example_value",
  "properties": {
    "objectDescribe": {
      "type": "example_value",
      "properties": {
        "name": "Example Title",
        "label": {
          "type": {}
        },
        "labelPlural": {
          "type": {}
        },
        "keyPrefix": {
          "type": {}
        },
        "custom": {
          "type": {}
        },
        "customSetting": {
          "type": {}
        },
        "activateable": {
          "type": {}
        },
        "createable": {
          "type": {}
        },
        "updateable": {
          "type": {}
        },
        "deletable": {
          "type": {}
        },
        "undeletable": {
          "type": {}
        },
        "mergeable": {
          "type": {}
        },
        "replicateable": {
          "type": {}
        },
        "triggerable": {
          "type": {}
        },
        "queryable": {
          "type": {}
        },
        "retrieveable": {
          "type": {}
        },
        "searchable": {
          "type": {}
        },
        "layoutable": {
          "type": {}
        },
        "feedEnabled": {
          "type": {}
        },
        "mruEnabled": {
          "type": {}
        },
        "hasSubtypes": {
          "type": {}
        },
        "isSubtype": {
          "type": {}
        },
        "dataTranslationEnabled": {
          "type": {}
        },
        "isInterface": {
          "type": {}
        },
        "deepCloneable": {
          "type": {}
        },
        "associateEntityType": {
          "type": {}
        },
        "associateParentEntity": {
          "type": {}
        },
        "deprecatedAndHidden": "500123",
        "urls": "https://www.example.com"
      }
    },
    "recentItems": {
      "type": "example_value",
      "items": {
        "type": "example_value",
        "properties": {
          "id": {}
        }
      }
    }
  }
}