Product Notice: Eloqua Application API Retrieve batch form submission details endpoints changes
Overview
With the arrival of Eloqua release 21B (May 2021), we are changing the default depth for the Application API Retrieve batch form submission details endpoints to minimal. Currently, the default depth is complete.
What’s changing?
With 21B, we are changing the default depth to minimal for the following endpoints:
2.0
- Retrieve batch form submission details by batchCorrelationId: GET /api/REST/2.0/data/form/{formId}/batchCorrelation/formData/{batchCorrelationId}
- Retrieve batch form submission details by batchId: GET /api/REST/2.0/data/form/{formId}/batch/formData/{batchId}
Examples:
Before 21B, the default depth when retrieving batch form submission details is complete:
Request:
GET /api/REST/2.0/data/form/5361/batchCorrelation/formData/27894480-fdd8-4c0d-960a-d0dae172e625
0