Salesforce · Example Payload

Salesforce Get Child Records Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

countcurrentPageTokencurrentPageUrlnextPageTokennextPageUrlpreviousPageTokenpreviousPageUrlrecords

Example Payload

Raw ↑
{
  "count": 42,
  "currentPageToken": "CAUQAA",
  "currentPageUrl": "https://www.example.com",
  "nextPageToken": "CAUQAA",
  "nextPageUrl": "https://www.example.com",
  "previousPageToken": "CAUQAA",
  "previousPageUrl": "https://www.example.com",
  "records": []
}