# 대시보드   시스템

## 대시보드 시스템공지 목록 조회

> \## 기능설명\
> \* 대시보드 메인 공지사항 및 팝업 공지사항을 조회합니다.\
> \---\
> \## 상세설명\
> \* 팝업여부(popYn)이 Y로 오면 팝업 공지사항을 조회합니다.\
> \* 현재날짜가 게시시작일시, 게시종료일시 사이에 있으면 조회됩니다.\
> \* 접속한 시스템구분코드의 전체공지 목록과, 로그인한 ID와 동일 업체번호를 가진 개별공지 목록을 합해 조회합니다.<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":{"DashboardNoticeRequest":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자 ID"},"sysGbCd":{"type":"string","description":"시스템구분코드(UR005)"},"bbGbCd":{"type":"string","description":"게시판구분코드(CM004)"},"termGbCd":{"type":"string","description":"기간구분(등록일/게시일)"},"strDtm":{"type":"string","description":"게시시작일"},"endDtm":{"type":"string","description":"게시종료일"},"bbYn":{"type":"string","description":"게시여부"},"ntcGbCd":{"type":"string","description":"공지구분코드(CM005)"},"bbcNo":{"type":"string","description":"공지번호"},"popYn":{"type":"string","description":"팝업여부"}}},"DashboardNoticeResponse":{"type":"object","properties":{"bbcNo":{"type":"string","description":"공지번호"},"sysGbNm":{"type":"string","description":"시스템구분"},"bbGbNm":{"type":"string","description":"게시구분"},"bbGbCd":{"type":"string","description":"게시구분코드"},"ntcTypCd":{"type":"string","description":"공지유형코드"},"ntcGbNm":{"type":"string","description":"공지구분"},"title":{"type":"string","description":"제목"},"bbYn":{"type":"string","description":"게시여부","enum":["Y","N"]},"bbStrDtm":{"type":"string","format":"date-time","description":"게시시작일"},"bbEndDtm":{"type":"string","format":"date-time","description":"게시종료일"},"fxdcYn":{"type":"string","description":"고정글여부","enum":["Y","N"]},"popYn":{"type":"string","description":"팝업여부","enum":["Y","N"]},"qryCnt":{"type":"integer","format":"int32","description":"조회수"},"sysRegDte":{"type":"string","description":"등록일"},"bbcCont":{"type":"string","description":"공지내용"},"fileList":{"type":"array","description":"첨부파일 리스트","items":{"$ref":"#/components/schemas/SystemNoticeAttachFileResponse"}},"ntcTypNm":{"type":"string"},"sysRegNm":{"type":"string","description":"등록자명"},"fileCount":{"type":"integer","format":"int32","description":"첨부파일개수"}}},"SystemNoticeAttachFileResponse":{"type":"object","description":"시스템 공지 첨부파일 응답 DTO","properties":{"bbcNo":{"type":"string","description":"공지번호"},"fileSeq":{"type":"integer","format":"int32","description":"첨부파일번호"},"atchFileRouteNm":{"type":"string","description":"첨부파일경로명"},"atchFileNm":{"type":"string","description":"첨부파일명"},"atchFileDnldCnt":{"type":"integer","format":"int32","description":"첨부파일 다운로드수"}}},"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/dashboard/system/current-notices":{"get":{"tags":["대시보드 - 시스템"],"summary":"대시보드 시스템공지 목록 조회","description":"## 기능설명\n* 대시보드 메인 공지사항 및 팝업 공지사항을 조회합니다.\n---\n## 상세설명\n* 팝업여부(popYn)이 Y로 오면 팝업 공지사항을 조회합니다.\n* 현재날짜가 게시시작일시, 게시종료일시 사이에 있으면 조회됩니다.\n* 접속한 시스템구분코드의 전체공지 목록과, 로그인한 ID와 동일 업체번호를 가진 개별공지 목록을 합해 조회합니다.\n","operationId":"getSystemNoticeInfoListByToday","parameters":[{"name":"dashboardNoticeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DashboardNoticeRequest"}},{"name":"sysGbCd","in":"query","description":"시스템구분코드","schema":{"type":"string"}},{"name":"bbGbCd","in":"query","description":"게시유형코드","schema":{"type":"string"}},{"name":"strDtm","in":"query","description":"게시시작일시","schema":{"type":"string"}},{"name":"endDtm","in":"query","description":"게시종료일시","schema":{"type":"string"}},{"name":"popYn","in":"query","description":"팝업여부","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"현재 페이지","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"페이지 당 row","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DashboardNoticeResponse"}}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tech.x2bee.com/api/back-office-api/system-bo-api/undefined-30.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
