Data API v2

  • Delete form submission endpoint.
    This endpoint allows you to delete a form submission from a site.
  • Added the lastPublished parameter to the customDomains object.
    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.

JavaScript SDK — Data API v2

  • Version 3.1.0 is now available and up to date with the latest changes in the Data API v2.

Data API BETA

  • Create reference fields in a collection.
    To create a reference field, choose MultiReference or Reference as the type property in the field object. Additionally, include the metadata property to specify the collectionId of the collection that the reference field will point to. You can create a reference field during collection creation using the create collection endpoint or by updating an existing collection using the create collection field endpoint.
  • Create collection fields during collection creation.
    You can now create multiple collection fields during collection creation using the create collection endpoint. Collections are limited to 60 fields per collection.

Designer API