Adobe Experience Cloud · Example Payload

Experience Platform Api Schema List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Experience Platform Api Schema 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

results_page

Example Payload

Raw ↑
{
  "results": [
    {
      "title": "example",
      "description": "example",
      "type": "standard",
      "meta:altId": "abc123",
      "version": "example"
    }
  ],
  "_page": {
    "count": 40
  }
}