Error
Get all document templates
Get all document templates
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
Whether to include inactive templates
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"id": "<string>",
"isActive": true,
"name": "<string>",
"required": true,
"tenantId": 123
}
],
"totalCount": 123
}Get all document templates
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"description": "<string>",
"id": "<string>",
"isActive": true,
"name": "<string>",
"required": true,
"tenantId": 123
}
],
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
Whether to include inactive templates
limits which fields are returned in the response body
