Adobe Experience Cloud · Example Payload

Target Api Activity List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Top-level fields

totaloffsetlimitactivities

Example Payload

Raw ↑
{
  "total": 89,
  "offset": 83,
  "limit": 26,
  "activities": [
    {
      "id": 24,
      "name": "Example Name",
      "type": "ab",
      "state": "approved",
      "priority": 81,
      "modifiedAt": "2025-03-15T14:30:00Z",
      "startsAt": "2025-03-15T14:30:00Z",
      "endsAt": "2025-03-15T14:30:00Z"
    }
  ]
}