List form templates
Returns the form templates available to your API key. Useful for populating the id parameter on /api/external/incidentreport/formtemplate.
GET
List form templates
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
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.
Available options:
next, prev Previous
List timesheet entriesReturns a paginated list of timesheet entries within the given date range, scoped to your API key's customers and sites.
<Note>Today this endpoint requires only `Authorize(Policy = "Public")` — `KeyType.Timesheet` enforcement is staged but not yet active. Treat the access policy as evolving.</Note>
Next
List form templates
