List Question Headings
/form_templates/{id}/question_headings
Gets a list of question headings for a form template.
Get Question Headings [GET]
Authorization: Admin, Web, Mobile
Response 200
Body
{
"page": 1,
"pages": 1,
"count": 5,
"items": [
{
"id": 278,
"name": "Accident Evaluation",
"ordinal": 1,
}
]
}