템플릿 목록 조회
템플릿의 목록을 조회합니다.
Query Params
Name | Type | Required | Allowed Operator[?] | Description |
---|---|---|---|---|
name | string | - | eqnelike | 알림톡 이름. 최대 100자 |
channelId | string | - | eq | 카카오톡 채널 고유 아이디 |
channelGroupId | string | - | eq | 카카오톡 채널 템플릿 그룹 고유 아이디 |
templateId | string | - | eq | 템플릿 고유 아이디 |
isHidden | boolean | - | eq | 숨김 템플릿 여부 |
status | string | - | eq | 템플릿 상태 • `PENDING`: 검수 전 • `INSPECTING`: 검수 중 • `APPROVED`: 승인됨 • `REJECTED`: 반려됨 |
isMine | boolean | - | eq | 내 템플릿 여부. `true`로 설정할 경우 내가 수정할 수 있는 템플릿만 조회. |
startKey | string | - | eq | 현재 목록을 불러올 기준이 되는 키 |
limit | number | - | eq | 페이지당 항목 수 |
dateCreated | date | - | eqgteltegtlt | 최초 생성 날짜 |
dateUpdated | date | - | eqgteltegtlt | 최근 수정 날짜 |
Response
Name | Type | Should Return | Description |
---|---|---|---|
templateList | Array<Object> | O | 템플릿 목록 |
limit | number | O | 페이지당 항목 수 |
startKey | string | - | 현재 목록을 불러올 기준이 되는 키 |
nextKey | string | - | 설명 없음 |
Structures
{4 properties