This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Enhanced page methods
Page methods for the designer API now accept null values. The following methods now accept null values:
This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
Page methods for the designer API now accept null values. The following methods now accept null values:
Create reference fields in a collection using the create collection field endpoint.
To create a reference field, you’ll need to:
type property in the field object to either MultiReference or Referencemetadata property with the collectionId of the target collectionYou can add reference fields in two ways:
Create multiple collection fields during collection creation using the create collection endpoint. Collections are limited to 60 fields per collection.
Track publishing history for a site using the lastPublished parameter. This parameter returns the date and time of the last published version of a site’s custom domain. This parameter will appear in the response for the get custom domains endpoint, as well as the list sites and get site endpoints.
Delete form submissions from a site using the delete form submission endpoint.
Version 3.1.0 is now available and up to date with the latest changes in the Data API v2.