> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/popup-bo-api/channel-common-popup.md).

# Channel Common Popup

## Common Popup - Retrieve Channel Information List

> \## Function Description\
> \* This is the API for retrieving the channel information list.\
> \---\
> \## Detailed Description\
> \* Retrieves channel information according to channel number, channel name, and channel classification code.\
> \* The channel information list is displayed in ascending order of channel number.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"paths":{"/v1/popup/channelMgmt/getChannelList":{"get":{"tags":["Channel Common Popup"],"summary":"Common Popup - Retrieve Channel Information List","description":"## Function Description\n* This is the API for retrieving the channel information list.\n---\n## Detailed Description\n* Retrieves channel information according to channel number, channel name, and channel classification code.\n* The channel information list is displayed in ascending order of channel number.\n","operationId":"getChannelList","parameters":[{"name":"chlNo","in":"query","description":"Channel No.","schema":{"type":"String"}},{"name":"chlNm","in":"query","description":"Channel Name","schema":{"type":"string"}},{"name":"chlClssCd","in":"query","description":"Channel Classification Code","schema":{"type":"string"}}],"responses":{"200":{"description":"Channel Information List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CcChlBase"}}}},"900":{"description":"Channel Information List Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"CcChlBase":{"type":"object","description":"Channel Basic","properties":{"siteNo":{"type":"string","description":"Site No."},"chlNo":{"type":"string","description":"Channel No."},"chlNm":{"type":"string","description":"Channel Name"},"chlClssCd":{"type":"string","description":"Channel Classification Code (CH001) 10: Direct, 20: Email, 30: Affiliate"},"chlTypCd":{"type":"string","description":"Channel Type Code (CH002) 01: Direct URL Entry, 02: Bookmark, 03: Email, 04: Price Comparison, 05: Other Affiliate"},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date"},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date"},"entrNo":{"type":"string","description":"Vendor No."},"chlDesc":{"type":"string","description":"Channel Description"},"delYn":{"type":"string","description":"Deletion Status"},"argSelectType":{"type":"string","description":"Selection Type (1: Single, N: Multiple)"},"argChlClssCd":{"type":"string"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Common Popup - Retrieve Channel Information List Count

> \## Function Description\
> \* This is the API for retrieving the channel information count.\
> \---\
> \## Detailed Description\
> \* Retrieves the channel information count according to channel number, channel name, and channel classification code.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"paths":{"/v1/popup/channelMgmt/getChannelListCount":{"get":{"tags":["Channel Common Popup"],"summary":"Common Popup - Retrieve Channel Information List Count","description":"## Function Description\n* This is the API for retrieving the channel information count.\n---\n## Detailed Description\n* Retrieves the channel information count according to channel number, channel name, and channel classification code.\n","operationId":"getChannelListCount","parameters":[{"name":"chlNo","in":"query","description":"Channel No.","schema":{"type":"String"}},{"name":"chlNm","in":"query","description":"Channel Name","schema":{"type":"string"}},{"name":"chlClssCd","in":"query","description":"Channel Classification Code","schema":{"type":"string"}}],"responses":{"200":{"description":"Channel Information List Retrieved Successfully","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"Channel Information List Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```
