본문으로 건너뛰기

문서 템플릿 목록 조회

GET
/crm-core/v1/document-templates


문서 템플릿 목록을 조회합니다.

참고
최대 200개까지 조회되며, 우선순위 오름차순 및 생성일 기준 내림차순으로 정렬됩니다. content 필드는 목록 조회 시 제외됩니다.

Body Params

이름타입필수 여부허용 연산자[?]설명
documentTypeId
String
-
eq
문서 유형 ID로 필터링

Response

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

Structures