Salesforce · Example Payload

Salesforce Rest Query Result Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

totalSizedonenextRecordsUrlrecords

Example Payload

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