Salesforce · Example Payload

Salesforce Comments Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Comments Example is an example object payload from Salesforce, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

page

Example Payload

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