Attach a form template to a task
Creates a new form instance from a workspace template. Pass templateId from GET /workspace/form-templates (each item includes id) or the legacy GET /administration/form-templates-available. To review fields, labels, and validation constraints before attaching, call GET /workspace/form-templates/{id} with that template id. After attach, fill values with PATCH /tasks/{identifier}/form-instances/{formInstanceId} (get formInstanceId from GET this resource list).
/tasks/{identifier}/form-instancesAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidentifierstringrequiredTask UUID or shortNumber
fieldsToReturnstringComma-separated list of top-level response fields to return. Overrides the endpoint compact default unless responseShape=full is used.
responseShapestringAdvanced override. Omit for the endpoint compact default. Use full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
compactfullLT-Response-ShapestringAdvanced override. Set to full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
fullapplication/jsontemplateIdstring<uuid>requiredID of the form template to attach. List templates (each includes id) via GET /workspace/form-templates or GET /administration/form-templates-available. Optional: inspect field definitions before attach with GET /workspace/form-templates/{id}.
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions