For the complete documentation index, see llms.txt. This page is also available as Markdown.

채널공통팝업

공통팝업 - 채널 정보 목록 조회

get

기능설명

  • 채널 정보 목록을 조회하는 API 입니다.


상세설명

  • 채널번호,채널명,채널분류코드에 따라 채널 정보를 조회합니다.

  • 채널 정보 목록은 채널번호 오름차순으로 노출됩니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
chlNoStringOptional

채널번호

Example: 1000001
chlNmstringOptional

채널명

Example: 플래티어
chlClssCdstringOptional

채널분류코드

Example: 10
Responses
get
/v1/popup/channelMgmt/getChannelList

공통팝업 - 채널 정보 목록 개수 조회

get

기능설명

  • 채널 정보 개수를 조회하는 API 입니다.


상세설명

  • 채널번호,채널명,채널분류코드에 따라 채널 정보 개수를 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
chlNoStringOptional

채널번호

Example: 1000001
chlNmstringOptional

채널명

Example: 플래티어
chlClssCdstringOptional

채널분류코드

Example: 10
Responses
get
/v1/popup/channelMgmt/getChannelListCount

Last updated