Adobe Experience Cloud · Example Payload

Experience Platform Api Query List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Experience Platform Api Query List Example is an example object payload from Adobe Experience Cloud, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queries_page

Example Payload

Raw ↑
{
  "queries": [
    {
      "id": "abc123",
      "dbName": "Example Name",
      "sql": "example",
      "name": "Example Name",
      "state": "SUBMITTED",
      "created": "2025-03-15T14:30:00Z",
      "updated": "2025-03-15T14:30:00Z",
      "rowCount": 65
    }
  ],
  "_page": {
    "totalCount": 32
  }
}