Salesforce · Example Payload

Salesforce Ui List View Collection Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Ui List View Collection Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countcurrentPageTokennextPageTokenpreviousPageTokenresults

Example Payload

Raw ↑
{
  "count": 42,
  "currentPageToken": "CAUQAA",
  "nextPageToken": "CAUQAA",
  "previousPageToken": "CAUQAA",
  "results": []
}