문서 템플릿 조회
작성일 2026.03.24 | 수정일 2026.03.25
GET
/crm-core/v1/document-templates/:templateIdParameters
:templateId*— 템플릿 고유 아이디
특정 문서 템플릿의 상세 정보를 조회합니다.
Response
Structure
Response Structure
{
"templateId": "DTPL20260324090000ABCDEFGHIJKLM",
"accountId": "24010100001234",
"documentTypeId": "DTYPE20260324090000ABCDEFGHIJKLM",
"name": "샘플",
"description": "설명 텍스트",
"content": {
"key": "value"
},
"variables": [
{
"key": "tk_live_xxxxxxxxxxxxxxxx",
"label": "라벨",
"type": "TYPE_SAMPLE",
"sourceEntityId": "ID_SAMPLE_12345"
}
],
"linkedTableConfigs": [
{
"key": "tk_live_xxxxxxxxxxxxxxxx",
"sourceEntityId": "ID_SAMPLE_12345",
"relationshipTypeId": "ID_SAMPLE_12345",
"targetEntityId": "ID_SAMPLE_12345",
"columnPropertyIds": [
"샘플값"
]
}
],
"dateCreated": "2026-03-24T09:00:00.000Z",
"dateUpdated": "2026-03-24T09:00:00.000Z"
}