GET api/v2/DocTemplates/{DocTemplateId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DocTemplateId | integer |
Required |
Response
DocTemplateDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| DocTemplateItem | DocTemplateItem | ||
| Id | integer | ||
| Identification | string | ||
| Active | boolean | ||
| DocTemplateType | DocTemplateTypeBasic | ||
| DocTemplateGeneratorType | DocTemplateGeneratorTypeBasic | ||
| DLLFileTemplate | DLLFileTemplateBasic | ||
| Version | string | ||
| ImportDate | date | ||
| Standard | boolean | ||
| DocVersion | integer | ||
| LastVersion | boolean | ||
| MasterId | integer | ||
| ExtendedGenerate | boolean |
Response Format
application/json, text/json
Sample:
{
"DocTemplateItem": {
"Id": 1,
"Identification": "sample string 2",
"Multiple": true,
"ExtendedGenerate": true,
"DocTemplateGeneratorTypeId": 5,
"ReportFileTemplateId": 1,
"AutomaticGenerationFormat": {
"Id": 1,
"Identification": "PDF"
},
"ManualGenerationFormat": {
"Id": 1,
"Identification": "PDF"
},
"AllowsFormatChangeManualGeneration": false,
"ExcelOnePagePerSheet": false,
"SheetName": [],
"Config": "sample string 6"
},
"Id": 1,
"Identification": "sample string 2",
"Active": true,
"DocTemplateType": {
"Id": 1,
"Identification": "sample string 2"
},
"DocTemplateGeneratorType": {
"Id": 1,
"Identification": "sample string 2"
},
"DLLFileTemplate": {
"Id": 1,
"Identification": "sample string 2"
},
"Version": "sample string 4",
"ImportDate": "2026-02-02T21:07:24.8686874Z",
"Standard": true,
"DocVersion": 5,
"LastVersion": true,
"MasterId": 7,
"ExtendedGenerate": true
}
text/html
Sample:
{"DocTemplateItem":{"Id":1,"Identification":"sample string 2","Multiple":true,"ExtendedGenerate":true,"DocTemplateGeneratorTypeId":5,"ReportFileTemplateId":1,"AutomaticGenerationFormat":{"Id":1,"Identification":"PDF"},"ManualGenerationFormat":{"Id":1,"Identification":"PDF"},"AllowsFormatChangeManualGeneration":false,"ExcelOnePagePerSheet":false,"SheetName":[],"Config":"sample string 6"},"Id":1,"Identification":"sample string 2","Active":true,"DocTemplateType":{"Id":1,"Identification":"sample string 2"},"DocTemplateGeneratorType":{"Id":1,"Identification":"sample string 2"},"DLLFileTemplate":{"Id":1,"Identification":"sample string 2"},"Version":"sample string 4","ImportDate":"2026-02-02T21:07:24.8686874Z","Standard":true,"DocVersion":5,"LastVersion":true,"MasterId":7,"ExtendedGenerate":true}