Salesforce · Example Payload

Salesforce Get List View Records Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Get List View Records 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

countcurrentPageTokencurrentPageUrlfieldslistInfoETaglistReferencenextPageTokennextPageUrloptionalFieldspageSizepreviousPageTokenpreviousPageUrlrecordssearchTermsortBywhere

Example Payload

Raw ↑
{
  "count": 42,
  "currentPageToken": "CAUQAA",
  "currentPageUrl": "https://www.example.com",
  "fields": [],
  "listInfoETag": "example_value",
  "listReference": {
    "id": "abc123",
    "listViewApiName": "example_value",
    "objectApiName": "example_value",
    "type": "example_value"
  },
  "nextPageToken": "CAUQAA",
  "nextPageUrl": "https://www.example.com",
  "optionalFields": [],
  "pageSize": 10,
  "previousPageToken": "CAUQAA",
  "previousPageUrl": "https://www.example.com",
  "records": [],
  "searchTerm": "example_value",
  "sortBy": "example_value",
  "where": "example_value"
}