latestSwagger 2.0raw.githubusercontent.com2026-05-29223242.1 KB

7dbd2ded46b4

form
query

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

get/form-templates

Response

FormTemplates

form_typestring required

Type of form

form_namestring required

Name of form

feestring required

Form fee

authenticationRequiredboolean

Is authentication required?

fes_enabledboolean

FES enabled?

same_dayboolean

Is same day indicator required?

Example response

[
  {
    "form_type": "SH04",
    "form_name": "Notify a sale or transfer of treasury shares",
    "form_categories": [
      {
        "id": "SCOT",
        "name": "Scottish jurisdiction"
      }
    ],
    "fee": "10.00"
  }
]