Skip to main content
GET/transactional-api/list-document-templates

List Document Templates

Returns all document templates with their current status and active version reference.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Document templates.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Consent to Treatment Form",
"type": "document",
"status": "draft",
"currentVersionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]