Salesforce · Example Payload

Salesforce Query3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Query3 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

Account

Example Payload

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