Skip to main content
GET
/
documents
/
templates
List document templates
curl --request GET \
  --url https://api.example.com/documents/templates
{
  "data": [
    {
      "templateId": "<string>",
      "name": "<string>",
      "status": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "groupName": "<string>"
    }
  ],
  "pageInfo": {
    "first": true,
    "last": true
  },
  "totalCount": 123,
  "currentPage": 123,
  "totalPages": 123
}

Query Parameters

groupName
string

The template group name to filter on

Response

200 - application/json
data
object[]
required

the list of items in the page

pageInfo
object
required

the page info

totalCount
number
required

the total number of items

currentPage
number
required

the current page

totalPages
number
required

the total number of pages