Salesforce · Example Payload

Salesforce S Object Describe Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

actionOverridesactivateableassociateEntityTypeassociateParentEntitychildRelationshipscompactLayoutablecreateablecustomcustomSettingdeepCloneabledefaultImplementationdeletabledeprecatedAndHiddenextendedByextendsInterfacesfeedEnabledfieldshasSubtypesimplementedByimplementsInterfacesisInterfaceisSubtypekeyPrefixlabellabelPlurallayoutablelistviewablelookupLayoutablemergeablemruEnablednamenamedLayoutInfosnetworkScopeFieldNamequeryablerecordTypeInfosreplicateableretrieveablesearchLayoutablesearchablesobjectDescribeOptionsupportedScopestriggerableundeletableupdateableurls

Example Payload

Raw ↑
{
  "actionOverrides": [],
  "activateable": true,
  "associateEntityType": "example_value",
  "associateParentEntity": "example_value",
  "childRelationships": [],
  "compactLayoutable": true,
  "createable": true,
  "custom": true,
  "customSetting": true,
  "deepCloneable": true,
  "defaultImplementation": "example_value",
  "deletable": true,
  "deprecatedAndHidden": true,
  "extendedBy": "example_value",
  "extendsInterfaces": "example_value",
  "feedEnabled": true,
  "fields": [],
  "hasSubtypes": true,
  "implementedBy": "example_value",
  "implementsInterfaces": "example_value",
  "isInterface": true,
  "isSubtype": true,
  "keyPrefix": "example_value",
  "label": "Example Title",
  "labelPlural": "example_value",
  "layoutable": true,
  "listviewable": "example_value",
  "lookupLayoutable": "example_value",
  "mergeable": true,
  "mruEnabled": true,
  "name": "Example Title",
  "namedLayoutInfos": [],
  "networkScopeFieldName": "example_value",
  "queryable": true,
  "recordTypeInfos": [],
  "replicateable": true,
  "retrieveable": true,
  "searchLayoutable": true,
  "searchable": true,
  "sobjectDescribeOption": "example_value",
  "supportedScopes": [],
  "triggerable": true,
  "undeletable": true,
  "updateable": true,
  "urls": "https://www.example.com"
}