v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-09-23254688.8 KB
templatetext

Get text templates

get/template/

Query parameters

groupstring

can be full resource_uri or only id

limitinteger

Length of dataset to return. Use with offset query to iterate through results.

archivestring
offsetinteger

Offset from start of dataset. Use with the limit query to iterate through dataset.

Response

list of text templates

Example response

{
  "objects": [
    {
      "archive": false,
      "created": "2020-05-20T:15:10",
      "group": "/api/v1/group/my-group/",
      "has_fields": false,
      "modified": "2020-05-20T:15:10",
      "resource_uri": "/api/v1/template/t0t0t0t0-t0t0-t0t0-t0t0-t0t0t0t0t0t0/",
      "signee_count": 1,
      "title": "Test text template",
      "user": "/api/v1/user/34034334ab34334333rh33434334f9/",
      "uuid": "t0t0t0t0-t0t0-t0t0-t0t0-t0t0t0t0t0t0"
    }
  ]
}