Adobe Experience Cloud · Example Payload

Analytics Api Report Suite List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

contenttotalElementstotalPages

Example Payload

Raw ↑
{
  "content": [
    {
      "rsid": "abc123",
      "name": "Example Name",
      "currency": "example",
      "timezone": 30,
      "calendarType": "standard"
    }
  ],
  "totalElements": 7,
  "totalPages": 26
}