GET api/v2/DocTemplates/{DocTemplateId}

Request

URI Parameters

NameDescriptionTypeAdditional information
DocTemplateId

integer

Required

Response

DocTemplateDetail
NameDescriptionTypeAdditional 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": "2025-08-04T18:39:15.7025846Z",
  "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":"2025-08-04T18:39:15.7025846Z","Standard":true,"DocVersion":5,"LastVersion":true,"MasterId":7,"ExtendedGenerate":true}