Salesforce · Example Payload

Salesforce Account10 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

edgestotalCountpageInfo

Example Payload

Raw ↑
{
  "edges": [],
  "totalCount": 42,
  "pageInfo": {
    "hasNextPage": true,
    "hasPreviousPage": true,
    "startCursor": "example_value",
    "endCursor": "example_value"
  }
}