Salesforce · Example Payload

Salesforce Model1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

createdBycreatedDatefieldMappingListfiltershistoryUrlidisRefreshEnabledlabellastModifiedBylastModifiedDatemodelmodelTypenamepredictionDefinitionUrlprescribableFieldssortOrderstatusurl

Example Payload

Raw ↑
{
  "createdBy": {
    "id": "abc123",
    "name": "Example Title",
    "profilePhotoUrl": "https://www.example.com"
  },
  "createdDate": "example_value",
  "fieldMappingList": [],
  "filters": [],
  "historyUrl": "https://www.example.com",
  "id": "abc123",
  "isRefreshEnabled": true,
  "label": "Example Title",
  "lastModifiedBy": {
    "id": "abc123",
    "name": "Example Title",
    "profilePhotoUrl": "https://www.example.com"
  },
  "lastModifiedDate": "example_value",
  "model": {
    "id": "abc123"
  },
  "modelType": "example_value",
  "name": "Example Title",
  "predictionDefinitionUrl": "https://www.example.com",
  "prescribableFields": [],
  "sortOrder": 10,
  "status": "example_value",
  "url": "https://www.example.com"
}