> 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/cs-bo-api/customer-service-notices.md).

# Customer Service Notices

## Retrieve Notice List

> \## API Description\
> \* Retrieves the customer service notice list.\
> \---\
> \## Detailed Description\
> \* Retrieves the notice list displayed in the customer center.\
> \* Retrieves customer center notices registered under System > Notice Management > System Notices.\
> \---\
> \## Revision History\
> \* Release v2.00\_240906 : Changed to 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":"Customer Service Notice Inquiry Request DTO","properties":{"bbGbCd":{"type":"string","description":"Post Target Type"},"ntcGbCd":{"type":"string","description":"Notice Type"},"title":{"type":"string","description":"Title"},"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":["Customer Service Notices"],"summary":"Retrieve Notice List","description":"## API Description\n* Retrieves the customer service notice list.\n---\n## Detailed Description\n* Retrieves the notice list displayed in the customer center.\n* Retrieves customer center notices registered under System > Notice Management > System Notices.\n---\n## Revision History\n* Release v2.00_240906 : Changed to V2 RealGridListResponse\n","operationId":"getCsNoticeList","parameters":[{"name":"bbGbCd","in":"query","description":"Post Target Type","schema":{"type":"String"}},{"name":"ntcGbCd","in":"query","description":"Notice Type","schema":{"type":"String"}},{"name":"title","in":"query","description":"Title","schema":{"type":"String"}},{"name":"sRegId","in":"query","description":"Registrant","schema":{"type":"String"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetCsNoticeListRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCsDashboardNoticeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
