category
query

Fetch form categories by optional parent category(ies), or all categories if omitted

get/category-templates

Response

FormCategories

idstring required

form category id (unique)

namestring

descriptive name

Example response

[
  {
    "id": "SCOT",
    "name": "Scottish jurisdiction"
  }
]