본문으로 건너뛰기

문서 템플릿 조회

GET
/crm-core/v1/document-templates/:templateId


특정 문서 템플릿의 상세 정보를 조회합니다.

:templateId템플릿 고유 아이디

Response

이름타입반드시 반환설명
templateId
String
O
템플릿 고유 아이디
accountId
String
O
계정 고유 아이디
documentTypeId
String
-
문서 유형 ID
name
String
O
템플릿 이름
description
String
-
템플릿 설명
content
Object
-
템플릿 내용
variables
Array<object>
-
템플릿 변수 목록
linkedTableConfigs
Array<object>
-
연결 테이블 설정
dateCreated
Date
O
최초 생성 날짜
dateUpdated
Date
O
최근 수정 날짜

Structures