Salesforce · Example Payload

Salesforce Uiapi3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

query

Example Payload

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