7dbd2ded46b4

latestSwagger 2.0raw.githubusercontent.com2026-05-29223242.1 KB
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"
  }
]