List Form Templates
- /folder_templates
- Get a list of all form templates.
- Get a list of all form templates.
- /teams/{id}/form_templates
- Get a list of form templates assigned to a team
Get Form Templates [GET]
Authorization: Admin, Web, Mobile
Parameters
- includeQuestionsCount
boolean
(optional) Default: false Example: includeQuestionsCount=trueInclude the key for the count of questions on this form template
Response 200
} "items": [{ "id": 543, "name": "Five Shelf First Aid Kit", "rowStatus": 1, "questionsCount": 42, "requiresAsset": false, "classificationId": 525, "categoryId": 192 },... ] }