Enhanced filtering and sorting capabilities
This release adds powerful filtering and sorting capabilities to help you find and organize your content more efficiently.
Enhanced page filtering and sorting
- Filter and sort pages: The list pages endpoint now supports filtering and sorting by
createdOnandlastUpdated.
Improved CMS item management
- Better CMS item organization: The List Collection Items endpoint now supports filtering and sorting by
lastUpdatedandcreatedOn.
Developer experience improvements
This release enhances the developer experience for the Data API with improved audit logging, webhook payloads, branch support, and file handling capabilities.
Added
Workspace audit logs
- Track guest access approvals: The new
access_request_acceptedevent subtype lets you monitor when guest access requests are approved. The response includes atargetUsersarray so you can see exactly which users were approved. - Monitor access requests: Added the
access_requestmethod forworkspace_membershipandsite_membershipevents to track how users were granted access to workspaces and sites.
Webhook payloads for page events
- Navigate directly to pages: The new
publishedPathfield in webhook payloads gives you the exact URL path to navigate to pages on your site. This makes it much easier to track page changes beyond just the page ID and title. Available for:
Branch support for pages and components localization
- Work with page branches: Page and Component localization endpoints now support reading and writing to page branches using the
branchIdparameter. This lets you manage draft pages and components separately from published content. To get thebranchIdfor a page, use the List Pages endpoint.
Improved file handling
- Skip invalid files gracefully: When creating or updating CMS items with attachments, use the
skipInvalidFilesparameter to handle problematic files more efficiently. When set totrue, invalid files are skipped and processing continues. Whenfalse, the entire request fails if any file is invalid.
JavaScript SDK updates
v3.2.0is now available and up to date with latest changes in the Data API v2. See the SDK changelog for more details.
Enhanced element creation and form controls
This release streamlines element creation workflows and provides better control over form inputs in the Designer API.
Enhanced bulk element creation
- Set text and style during creation: The element builder now supports setting text and style properties during element creation, eliminating the need for separate API calls after creation. This improves developer experience and performance.
Workspace information in site details
- Access workspace context: The Get Site Information method now includes workspace details:
workspaceId- Unique identifier for the workspaceworkspaceSlug- URL-friendly workspace identifier
Improved form input controls
- Better form customization: New methods provide enhanced control over form inputs:
- Get input type - Retrieves the HTML type of a
FormTextInputfield - Set input type - Sets the HTML type of a
FormTextInputfield
- Get input type - Retrieves the HTML type of a