본문으로 건너뛰기

템플릿 목록 조회

GET
/kakao/v2/templates/

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

Query Params

NameTypeRequiredAllowed 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

NameTypeShould ReturnDescription
templateList
Array<Object>
O
템플릿 목록
limit
number
O
페이지당 항목 수
startKey
string
-
현재 목록을 불러올 기준이 되는 키
nextKey
string
-
설명 없음

Structures

{4 properties
"templateList":
[1 items...]
{30 properties...}
"name": "string",
"templateId": "string",
"channelId": "string",
"channelGroupId": "string",
"assignType": "string",
"accountId": "string",
"securityFlag": "boolean",
"categoryCode": "string",
"isHidden": "boolean",
"isDeleted": "boolean",
"content": "string",
"buttons":
[1 items...]
{8 properties...}
"buttonName": "string",
"buttonType": "string",
"linkMo": "string",
"linkPc": "string",
"linkAnd": "string",
"linkIos": "string",
"chatExtra": "string",
"targetOut": "boolean"
}
]
,
"quickReplies":
[1 items...]
{8 properties...}
"name": "string",
"linkType": "string",
"linkMo": "string",
"linkPc": "string",
"linkAnd": "string",
"linkIos": "string",
"chatExtra": "string",
"targetOut": "boolean"
}
]
,
"highlight":
{3 properties...}
"title": "string",
"description": "string",
"imageId": "string"
}
,
"item":
{2 properties...}
"summary":
{2 properties...}
"title": "string",
"description": "string"
}
,
"list":
[1 items...]
{2 properties...}
"title": "string",
"description": "string"
}
]
}
,
"comments":
[1 items...]
{4 properties...}
"memberId": "string",
"content": "string",
"isAdmin": "boolean",
"dateCreated": "date"
}
]
,
"code": "string",
"commentable": "boolean",
"status": "string",
"messageType": "string",
"emphasizeType": "string",
"extra": "string",
"ad": "string",
"emphasizeTitle": "string",
"emphasizeSubtitle": "string",
"imageId": "string",
"header": "string",
"dateCreated": "date",
"dateUpdated": "date",
"variables":
[1 items...]
{1 properties...}
"name": "string"
}
]
}
]
,
"limit": "number",
"startKey": "string",
"nextKey": "string"
}