Improved management of form submissions
List form submissions by site - A new endpoint that lets you retrieve form submissions across your entire site. Unlike the existing List Form Submissions endpoint, this endpoint:
- Takes
siteIdas a path parameter - Accepts
elementIdas a query parameter to filter byformElementId - Works seamlessly with forms in components, where each component instance gets a unique
formIdbut shares the sameformElementId
To use this endpoint, first get the formElementId from the List Forms API, then pass both the siteId and formElementId to retrieve all submissions for a specific form, even when it appears in multiple component instances.