List Form Templates

  • /folder_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=true

    Include the key for the count of questions on this form template

Response 200

Body
}
"items": [{
		"id": 543,
		"name": "Five Shelf First Aid Kit",
		"rowStatus": 1,
		"questionsCount": 42,
		"requiresAsset": false,
		"classificationId": 525,
		"categoryId": 192
	},...
  ]
}

Still need help? Contact Us Contact Us