Salesforce · Example Payload

Salesforce Successfull Get All Jobs Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

donenextRecordsUrlrecords

Example Payload

Raw ↑
{
  "done": true,
  "nextRecordsUrl": "https://www.example.com",
  "records": []
}