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
    • Retrieve processed form data for a single form/API/REST/2.0/data/form/{id}
    • Retrieve all spam form submit jobs for a single form/API/REST/2.0/data/form/{formid}/formSpamData
    • Retrieve all form submit jobs for a single form/API/REST/2.0/data/form/{formid}/formData
    • Retrieve a single form submit job /API/REST/2.0/data/form/{formid}/formData/{formSubmitJobId}
    • Retrieve batch form submission details by batchId  /API/REST/2.0/data/form/{formid}/batch/formData/{batchid}
    • Retrieve batch form submission details by batchCorrelationId /API/REST/2.0/data/form/{formid}/batchCorrelation/formData/{batchcorrelationid}
  • Application 1.0
    • Retrieve a single form submit job/API/REST/1.0/data/form/{formId}/formData/{formSubmitJobId}
    • Retrieve all form submit jobs for a single form/API/REST/1.0/data/form/{formId}/formData
    • Retrieve processed form data for a single form/API/REST/1.0/data/form/{id}

More flexibility using Eloqua's Application API

Steps to Enable

You don't need to do anything to enable this feature.

Key Resources

View changes for Eloqua's APIs including, new features, significant recent changes, and platform notices, on the Eloqua Developer Changelog.