Eloqua Application API Form endpoints – New “isHidden” property (May 2019 & Early Preview 19A)
Overview
With the arrival of the 19B Eloqua release (May 2019), a new property, isHidden, that stores the “Form Visibility” form setting, will be added to the Application API Form endpoints. This feature can be enabled for Early Preview as of the 19A Eloqua release (Feb 2019)
What’s changing?
With 19B, we are adding isHidden to the Application API Form endpoints, which will impact the following endpoints:
- 1.0
- Forms
- Retrieve a list of forms: GET /api/REST/1.0/assets/forms
- Default depth is minimal
- Retrieve an form: GET /api/REST/1.0/assets/form/{id}
- Default depth is complete
- Create a form: POST /api/REST/1.0/assets/form
- Retrieve a list of forms: GET /api/REST/1.0/assets/forms
- Forms
0