Get Form Template

Retrieve a specific form template by ID, including its full field layout.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

formTemplateIdintegerRequired
Form template identifier

Response

Form template details
idinteger or null
Form template identifier
namestring or null
Template name
createdAtstring or nullformat: "date-time"
updatedAtstring or nullformat: "date-time"
assigneeobject or null
Direct user assignment. Null if assigneeProperty is used instead.
assigneePropertystring or null

Property-based assignee key. Returns a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or the keyName of a custom PERSON property. Null if a direct user assignee is set.

collaboratorslist of objects or null
Direct user collaborators.
collaboratorPropertieslist of strings or null

Property-based collaborator keys. Each value is a standard key (OWNER, SALES_REP, PROJECT_MANAGER, CREATED_BY) or the keyName of a custom PERSON property.

labelslist of objects or null
dueDateXDaysAfterinteger or null
Number of days after creation that the form is due
formLayoutslist of objects or null

Top-level layout items (GROUP sections and standalone COLUMN fields). Only root-level items are returned; child items are nested inside each GROUP’s properties array.

Errors