Salesforce · Example Payload

Salesforce Successful Get Job Info Query1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Successful Get Job Info Query1 Example is an example object payload from Salesforce, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idoperationobjectcreatedByIdcreatedDatesystemModstampstateconcurrencyModecontentTypeapiVersionjobTypelineEndingcolumnDelimiternumberRecordsProcessedretriestotalProcessingTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "operation": "example_value",
  "object": "example_value",
  "createdById": "500123",
  "createdDate": "example_value",
  "systemModstamp": "example_value",
  "state": "example_value",
  "concurrencyMode": "example_value",
  "contentType": "example_value",
  "apiVersion": 10,
  "jobType": "example_value",
  "lineEnding": "example_value",
  "columnDelimiter": "example_value",
  "numberRecordsProcessed": 10,
  "retries": 10,
  "totalProcessingTime": 1700000000000
}