Eloqua Product Notice: Eloqua Application API campaign endpoints – minimal depth change [Nov 2023]
Overview
With 23D, we are modifying the Application API Campaign endpoints to include campaignClassification at minimal depth, which will impact the following endpoints:
- Retrieve a list of campaigns: GET /api/REST/2.0/assets/campaigns
- Default depth is minimal
- Retrieve a campaign: GET /api/REST/2.0/assets/campaign/{id}
- Default depth is complete
- Create a campaign: POST /api/REST/2.0/assets/campaign/{id}
- Default depth is complete
- Update a campaign: PUT /api/REST/2.0/assets/campaign/{id}
- Default depth is complete
- Activate a campaign: POST /api/REST/2.0/assets/campaign/active/{id}
- Default depth is complete
- Deactivate a campaign: POST /api/REST/2.0/assets/campaign/draft/{id}
Tagged:
0