Salesforce · Example Payload

Salesforce Get List Viewsforan Object Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

countcurrentPageTokencurrentPageUrllistsnextPageTokennextPageUrlobjectApiNamepageSizepreviousPageTokenpreviousPageUrlqueryStringrecentListsOnly

Example Payload

Raw ↑
{
  "count": 42,
  "currentPageToken": "CAUQAA",
  "currentPageUrl": "https://www.example.com",
  "lists": [],
  "nextPageToken": "CAUQAA",
  "nextPageUrl": "https://www.example.com",
  "objectApiName": "example_value",
  "pageSize": 10,
  "previousPageToken": "CAUQAA",
  "previousPageUrl": "https://www.example.com",
  "queryString": "example_value",
  "recentListsOnly": true
}