Form Template Object
Field Guide
The form template object has the following attributes when listed:
| Attribute | Description |
|---|---|
| id | id of form template |
| name | name of form template |
| categoryId | the category this forms class is under |
| classificationId | the class this form is under |
| requiresAsset | if a form created from this template must be associated with an asset |
| rowStatus | status of form template (published - 1 vs unpublished - 0) |
A single form template get has the following attributes:
| Attribute | Description |
|---|---|
| id | unique identifier of the form template |
| name | name of form template |
| categoryId | the category this forms class is under |
| categoryName | the category name this forms class is under |
| classificationId | the class this form is under |
| className | the class name this form is under |
| requiresAsset | if a form created from this template must be associated with an asset |
| rowStatus | status of form template (published - 1 vs unpublished - 0) |
| allowMultipleInFolder | whether multiple forms of this type are allowed within a folder |
| instructions | any instructions setup for this form template |
| defaultReport{} | the default report to use when this form is exported |
| referenceQuestions[] | an array of 4 additional fields and their descriptions that should be shown for every form of this type |
| teamIds[] | an array of teamIds this who have access to this form template |