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
form_template_id
Form template identifier
Response
Form template details
id
Form template identifier
name
Template name
createdAt
updatedAt
assignee
Direct user assignment. Null if assigneeProperty is used instead.
assigneeProperty
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.
collaborators
Direct user collaborators.
collaboratorProperties
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.
labels
dueDateXDaysAfter
Number of days after creation that the form is due
formLayouts
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
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
