Salesforce · Example Payload

Salesforce Prediction Definitions1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

countOfActiveModelscountOfModelscreatedBycreatedDateidlabellastModifiedBylastModifiedDatemodelsUrlnameoutcomepredictionTypestatusurl

Example Payload

Raw ↑
{
  "countOfActiveModels": 42,
  "countOfModels": 42,
  "createdBy": {
    "id": "abc123",
    "name": "Example Title",
    "profilePhotoUrl": "https://www.example.com"
  },
  "createdDate": "example_value",
  "id": "abc123",
  "label": "Example Title",
  "lastModifiedBy": {
    "id": "abc123",
    "name": "Example Title",
    "profilePhotoUrl": "https://www.example.com"
  },
  "lastModifiedDate": "example_value",
  "modelsUrl": "https://www.example.com",
  "name": "Example Title",
  "outcome": {
    "goal": "example_value",
    "label": "Example Title",
    "name": "Example Title"
  },
  "predictionType": "example_value",
  "status": "example_value",
  "url": "https://www.example.com"
}