> 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/back-office-api/cs-bo-api/undefined-4.md).

# 고객서비스 공지사항

## 공지사항 목록 조회

> \## API 설명\
> \* 고객서비스 공지사항 목록을 조회합니다.\
> \---\
> \## 상세 설명\
> \* 고객센터에서 노출되는 공지사항 목록을 조회합니다.\
> \* 시스템 > 공지사항 관리 > 시스템 공지사항에 등록된 고객센터 공지사항을 조회 합니다.\
> \---\
> \## 수정 번호\
> \* Release v2.00\_240906 : V2 RealGridListResponse 변경<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":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"GetCsNoticeListRequest":{"type":"object","description":"고객서비스 공지사항 조회 요청 DTO","properties":{"bbGbCd":{"type":"string","description":"게시구분"},"ntcGbCd":{"type":"string","description":"공지구분"},"title":{"type":"string","description":"제목"},"sregId":{"type":"string"}}},"RealGridListResponseCsDashboardNoticeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CsDashboardNoticeResponse"}}}},"CsDashboardNoticeResponse":{"type":"object","properties":{"bbcNo":{"type":"string"},"sysGbNm":{"type":"string"},"bbGbNm":{"type":"string"},"ntcGbNm":{"type":"string"},"ntcTypNm":{"type":"string"},"title":{"type":"string"},"bbcCont":{"type":"string"},"bbYn":{"type":"string"},"bbStrDtm":{"type":"string","format":"date-time"},"bbEndDtm":{"type":"string","format":"date-time"},"fxdcYn":{"type":"string"},"popYn":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"},"sysRegNm":{"type":"string"},"fileCount":{"type":"integer","format":"int32"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/customerservice/csNoticeMgmt/getCsNoticeList":{"post":{"tags":["고객서비스 공지사항"],"summary":"공지사항 목록 조회","description":"## API 설명\n* 고객서비스 공지사항 목록을 조회합니다.\n---\n## 상세 설명\n* 고객센터에서 노출되는 공지사항 목록을 조회합니다.\n* 시스템 > 공지사항 관리 > 시스템 공지사항에 등록된 고객센터 공지사항을 조회 합니다.\n---\n## 수정 번호\n* Release v2.00_240906 : V2 RealGridListResponse 변경\n","operationId":"getCsNoticeList","parameters":[{"name":"bbGbCd","in":"query","description":"게시구분","schema":{"type":"String"}},{"name":"ntcGbCd","in":"query","description":"공지구분","schema":{"type":"String"}},{"name":"title","in":"query","description":"제목","schema":{"type":"String"}},{"name":"sRegId","in":"query","description":"등록자","schema":{"type":"String"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCsNoticeListRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCsDashboardNoticeResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
