category
query

Fetch a specific form category

get/category-template/{category-id}

Response

FormCategories

idstring required

form category id (unique)

namestring

descriptive name

Example response

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