v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
form templates

Get all form_templates in project

get/api/v3/projects/{project_id}/form_templates

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

Query parameters

last_synced_atstring date-time

Timestamp since when further updates should be included

filters[last_editor_user_id_eq]string
Example:100

Filter on last_editor_user_id field being equal to the passed in value, allows for filtering with a array of values

filters[creator_user_id_eq]string
Example:100

Filter on creator_user_id field being equal to the passed in value, allows for filtering with a array of values

filters[created_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being greater than or equal to the passed in value

filters[created_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being greater than the passed in value

filters[created_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being less than or equal to the passed in value

filters[created_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on created_at field being less than to the passed in value

filters[name_like]string
Example:Form Template 1

Filter on name field being like passed in value

filters[name_eq]string
Example:Form Template 1

Filter on name field being equal to passed in value, allows for filtering with a array of values

filters[updated_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being greater than or equal to the passed in value

filters[updated_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being greater than the passed in value

filters[updated_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being less than or equal to the passed in value

filters[updated_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on updated_at field being less than to the passed in value

filters[published_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on published_at field being greater than or equal to the passed in value

filters[published_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on published_at field being greater than the passed in value

filters[published_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on published_at field being less than or equal to the passed in value

filters[published_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on published_at field being less than to the passed in value

filters[deleted_at_gte]string
Example:2009-06-15T13:45:30Z

Filter on deleted_at field being greater than or equal to the passed in value

filters[deleted_at_gt]string
Example:2009-06-15T13:45:30Z

Filter on deleted_at field being greater than the passed in value

filters[deleted_at_lte]string
Example:2009-06-15T13:45:30Z

Filter on deleted_at field being less than or equal to the passed in value

filters[deleted_at_lt]string
Example:2009-06-15T13:45:30Z

Filter on deleted_at field being less than to the passed in value

filters[version_gte]string
Example:100

Filter on version field being greater than or equal to the passed in value

filters[version_gt]string
Example:100

Filter on version field being greater than the passed in value

filters[version_lte]string
Example:100

Filter on version field being less than or equal to the passed in value

filters[version_lt]string
Example:100

Filter on version field being less than to the passed in value

filters[version_eq]string
Example:100

Filter on version field being equal to the passed in value, allows for filtering with a array of values

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

Fieldwire-Filter'active' | 'deleted'

Specifies if request should include active, deleted or all (default) entities

Fieldwire-Per-Pageinteger

Specifies the number of entities to include in the request

Response

Successful response

idstring uuid required

ID of the entity

creator_user_idinteger required

ID of the user who created this entity

last_editor_user_idinteger required

ID of the user who most recently edited this entity

project_idstring uuid required

ID of the project this entity belongs to

is_generatedboolean required

Whether this template is fully generated (in case cloning from another template)

checksumstring nullable

Checksum used for verifying whether all relevant information for a form template is at hand

namestring required

Name of the template

kind'default' | 'time_range' | 'single_day' required

Kind of the template

versioninteger required

Version number of the Form Template. Publishing increases version. Starts at 0.

content_changed_atstring date-time nullable

Time at which this entity was changed across any of its child entities (contents)

created_atstring date-time required

Time when the server created the entity

deleted_atstring date-time nullable

Time the server deleted the entity

device_created_atstring date-time required

Time when the device created the entity

device_updated_atstring date-time required

Time when the device last updated the entity

resolved_conflictboolean nullable required

Specifies if PUT/PATCH request was rejected - do not store this field!

published_atstring date-time nullable

Time when the Form Template is published

updated_atstring date-time required

Time when the server last updated the entity

view_edit_permissions'assignee' | 'all_users' | 'null' nullable

View/edit permissions for the template, e.g. assignee, all_users. Consider using form_template_permissions instead.

form_type'default' | 'fillable_pdf' required

The type of form either custom fieldwire or a fillable_pdf

status_change_recipient_emailsstring[] nullable

Receivers of email notification when form changes its status

process_state'deleting' | 'restoring' | 'null' nullable

State of an async deletion or restoration of this form template