02.28.25
Data API v2
Added
- List Form Submissions by Site
Added a new endpoint to list form submissions for a given site. This endpoint differs from the existing List Form Submissions endpoint by acceptingsiteId
as a path parameter andelementId
as a query parameter. Use this endpoint to get a consolidated list of form submissions for a form that appears across multiple component instances.
Designer API
Added
- Get the pseudo-state of the designer
Added thewebflow.getPseudoMode()
method to return the pseudo-class state of the designer. - Subscribe to pseudo-state changes
Added options to thewebflow.subscribe()
method to subscribe to changes in the pseudo-state of the designer.
Updated
- Get site information
ThegetSiteInfo
method now returns thedomains
object in the response.