문서 템플릿 목록 조회
작성일 2026.03.24 | 수정일 2026.03.25
GET
/crm-core/v1/document-templates문서 템플릿 목록을 조회합니다.
chat
최대 200개까지 조회되며, 우선순위 오름차순 및 생성일 기준 내림차순으로 정렬됩니다. content 필드는 목록 조회 시 제외됩니다.
Body Params
Response
Structure
Response Structure
[
{
"templateId": "DTPL20260324090000ABCDEFGHIJKLM",
"accountId": "24010100001234",
"documentTypeId": "DTYPE20260324090000ABCDEFGHIJKLM",
"name": "샘플",
"description": "설명 텍스트",
"variables": [],
"linkedTableConfigs": [],
"dateCreated": "2026-03-24T09:00:00.000Z",
"dateUpdated": "2026-03-24T09:00:00.000Z"
}
]