List Form Templates

Retrieve all form templates for the company. Form templates are reusable form definitions that define the layout, fields, assignees, and labels for forms created on projects/workflows.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

includeArchivedbooleanOptionalDefaults to false
Include archived form templates in results

Response

List of form templates
idinteger or null
Form template identifier
namestring or null
Template name
fileIdinteger or null
Associated file identifier
isArchivedboolean or null
Whether the template is archived
createdAtstring or nullformat: "date-time"
updatedAtstring or nullformat: "date-time"
createdByobject or null
parentWorkOrderTemplateIdinteger or null

Errors