List form templates
Returns the form templates available to your API key. Useful for populating the id parameter on /api/external/incidentreport/formtemplate.
Authorizations
JWT issued by POST /api/external/token/request. Send as Authorization: Bearer <token>.
Guardhouse API Management subscription key. Required on every request. The same value is used by all API consumers within a region — contact Guardhouse Support for the subscription key.
Query Parameters
Cursor anchor ID. Pass the last incidentReportId (or equivalent) you saw to fetch the next page.
Cursor anchor name when paginating across results sorted by name.
When true (default), exclude archived templates.
Maximum number of templates to return.
Cursor pagination direction. Use next to page forward and prev to page back.
next, prev 