Forms Changelog
Release Date: 2024-09-17
Version 1.2.3
Added
- New field
name
indicating the name of the form instance in the response of the following endpoints: - New field
name
indicating the name of the form instance in the request body of:
Release Date: 2023-03-21
Version 1.2.2
Added
- New endpoint to create Form instances POST forms.
- New endpoint to update Form instances PATCH forms/:formId.
- New endpoint to fill Form fields and tables PUT values:batch-update.
- New fields in GET forms response
createdAt
indicating when the form was created on the serveruserCreatedAt
indicating when the form was created on the clientlastReopenedBy
indicating the user that re-opened the Form (if applicable)lastSubmitterSignature
indicating the signature of the reviewer who last submitted the Form (if applicable)- Weather now includes
provider
indicating the source of the weather data
Release Date: 2023-01-12
Version 1.2.1
Removed
- Discarded forms no longer appear in the response to GET forms. It returns forms with
draft
,submitted
, orarchived
statuses.
Release Date: 2022-04-28
Version 1.2.0
Added
- The new assignee type attribute (
assigneeType
) was added, which enables you to determine the subject (user, role, or company) the form is assigned to. See GET forms for more details.
Release Date: 2021-09-28
Version 1.1.0
Added
- The new location attribute (
locationId
) was added, which enables you to determine the location associated with a form. See GET forms for more details. - The location filter (
locationIds
) was added, which enables you to filter forms according to the locations. See the Retrieve Forms Associated With Locations tutorial for more details.