Salesforce · Example Payload

Salesforce Page Info Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

hasNextPagehasPreviousPagestartCursorendCursor

Example Payload

Raw ↑
{
  "hasNextPage": true,
  "hasPreviousPage": true,
  "startCursor": "example_value",
  "endCursor": "example_value"
}