Oracle Eloqua Developer Release Notes - 24A
A list of developer-facing new features, significant recent changes, and platform notices for Oracle Eloqua release 24A:
APPLICATION API UPDATES
View Form Submission Permissions
- GET requests using the Application API will also be controlled by the new form action permissions for the following endpoints:
- Application 2.0 Form data Endpoints
- Retrieve processed form data for a single form: GET /API/REST/2.0/data/form/{id}
 - Retrieve all spam form submit jobs for a single form: GET /API/REST/2.0/data/form/{formid}/formSpamData
 - Retrieve all form submit jobs for a single form: GET /API/REST/2.0/data/form/{formid}/formData
 - Retrieve a single form submit job: GET /API/REST/2.0/data/form/{formid}/formData/{formSubmitJobId}
 
 
 - Application 2.0 Form data Endpoints
 
            Tagged:
            
        
0