ts.tpl.list

Query templates with filters.

Query templates with filters.

Requires authentication

Description

Lists report templates with optional filtering and pagination.

Parameters

NameTypeRequiredDefaultDescription
scopestringFilter by scope: task, demand, endeavour
langstringFilter by language code
statusstringFilter by status
searchstringSearch by name (partial match)
limitinteger50Maximum number of results to return
offsetinteger0Number of results to skip (for pagination)

Response

Returns a paginated list of templates.

{
  "limit": 50,
  "offset": 0,
  "templates": [
    {
      "id": "tpl_a1b2c3d4e5f6...",
      "name": "Sprint Summary",
      "scope": "endeavour"
    }
  ],
  "total": 1
}

Errors

CodeDescription
not_authenticatedNo active login for this session