> 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/system-bo-api/undefined-18.md).

# 게시글 정보 관리

## 게시글 답변 추가/수정

> \## 기능설명\
> \* 게시글 답변을 추가/수정 API 입니다.\
> \---\
> \## 상세설명\
> \* 해당 게시글의 답변 정보를 추가 및 수정합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 답변 추가/수정 신규 개발<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":{"PostAnsRequest":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"ansSeq":{"type":"integer","format":"int32","description":"답변 순번"},"ansStatCd":{"type":"string","description":"답변 전시 처리 "},"ansCont":{"type":"string","description":"답변 내용"}}},"ResponseString":{"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":{"type":"string","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"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/savePostAnswer":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 답변 추가/수정","description":"## 기능설명\n* 게시글 답변을 추가/수정 API 입니다.\n---\n## 상세설명\n* 해당 게시글의 답변 정보를 추가 및 수정합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 답변 추가/수정 신규 개발\n","operationId":"savePostAnswer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostAnsRequest"}}},"required":true},"responses":{"200":{"description":"게시글 답변 추가 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"게시글 답변 추가 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 게시글 그리드 목록 수정

> \## 기능설명\
> \* 게시글 그리드의 수정 API 입니다.\
> \---\
> \## 상세설명\
> \* 선택된 게시글의 정보를 수정합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 그리드 목록 수정 신규 개발<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":{"RealGridCUDRequestBulletinBoardContentsMgmtResponse":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtResponse"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtResponse"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtResponse"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtResponse"}}}},"BulletinBoardContentsMgmtResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"siteNm":{"type":"string","description":"사이트명"},"bbcId":{"type":"string","description":"게시글 ID"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbcCatNm":{"type":"string","description":"게시글 분류명"},"bbsNm":{"type":"string","description":"게시판명"},"bbsTypCd":{"type":"string","description":"게시판유형코드"},"bbsTypNm":{"type":"string","description":"게시판유형명"},"ansState":{"type":"string","description":"답변상태"},"bbYn":{"type":"string","description":"게시여부"},"bbcTtopFixYn":{"type":"string","description":"상단고정 여부"},"rplCnt":{"type":"integer","format":"int32","description":"댓글수"},"qryCnt":{"type":"string","description":"조회수"},"bbcRcdrCnt":{"type":"string","description":"추천수"},"bbcDclCnt":{"type":"string","description":"신고수"},"scrtScrpSetupYn":{"type":"string","description":"비밀글 여부"},"sysGbNm":{"type":"string","description":"시스템구분명"},"totalCount":{"type":"integer","format":"int32"}}},"ResponseString":{"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":{"type":"string","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"}}},"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"}}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/saveOptionList":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 그리드 목록 수정","description":"## 기능설명\n* 게시글 그리드의 수정 API 입니다.\n---\n## 상세설명\n* 선택된 게시글의 정보를 수정합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 그리드 목록 수정 신규 개발\n","operationId":"saveOptionList_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestBulletinBoardContentsMgmtResponse"}}},"required":true},"responses":{"200":{"description":"게시글 그리드 목록 수정 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"게시글 그리드 목록 수정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 댓글 수정

> \## 기능설명\
> \* 게시글 댓글을 수정 API 입니다.\
> \---\
> \## 상세설명\
> \* 선택된 게시글의 댓글의 정보를 수정합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 댓글 수정 개발<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":{"RealGridCUDRequestPostCommentListResponse":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PostCommentListResponse"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PostCommentListResponse"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PostCommentListResponse"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PostCommentListResponse"}}}},"PostCommentListResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"rplSeq":{"type":"string","description":"댓글순번"},"repeat":{"type":"string","description":"댓글깊이"},"rplConts":{"type":"string","description":"댓글내용"},"bbcId":{"type":"string","description":"게시글ID"},"bbYn":{"type":"string","description":"게시여부"},"delYn":{"type":"string","description":"삭제여부"},"uprRplSeq":{"type":"string","description":"상위댓글순번"},"rplWrtmnId":{"type":"string","description":"댓글작성자"},"totalCount":{"type":"integer","format":"int32"}}},"ResponseString":{"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":{"type":"string","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"}}},"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"}}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/saveCommentOptionList":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 댓글 수정","description":"## 기능설명\n* 게시글 댓글을 수정 API 입니다.\n---\n## 상세설명\n* 선택된 게시글의 댓글의 정보를 수정합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 댓글 수정 개발\n","operationId":"saveCommentOptionList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPostCommentListResponse"}}},"required":true},"responses":{"200":{"description":"게시글 댓글 수정 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"게시글 댓글 수정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 등록/수정

> \## 기능설명\
> \* 게시글 등록/수정 API 입니다.\
> \---\
> \## 상세설명\
> \* 게시글 등록/수정을 저장합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 등록/수정 신규 개발<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":{"BulletinBoardContentsSaveListRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"게시사이트ID"},"bbcId":{"type":"string","description":"게시글ID"},"bbYn":{"type":"string","description":"게시여부"},"bbsId":{"type":"string","description":"게시판ID"},"bbsTypCd":{"type":"string","description":"게시판 유형(DP027)"},"bbcCatSeq":{"type":"string","description":"게시글분류순번"},"bbcTtopFixYn":{"type":"string","description":"게시글상단고정여부"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbcConts":{"type":"string","description":"게시글 내용"},"hashTag":{"type":"string","description":"해시태그"},"useYn":{"type":"string","description":"비밀글설정여부"},"goodsNoList":{"type":"array","description":"상품번호","items":{"type":"string"}},"deleteFileList":{"type":"array","description":"삭제 첨부파일","items":{"type":"integer","format":"int32"}},"atchFileInfoList":{"type":"array","description":"신규등록 첨부파일","items":{"$ref":"#/components/schemas/PrBbcAtchFileInfo"}},"pcThnlImgPathNm":{"type":"string","description":"썸네일PC 이미지 경로"},"pcIconFileNmpcThnlImgFileNm":{"type":"string","description":"썸네일PC 이미지 파일명"},"moThnlImgPathNm":{"type":"string","description":"썸네일MO 이미지 경로"},"moThnlImgFileNm":{"type":"string","description":"썸네일MO 이미지 파일명"}}},"PrBbcAtchFileInfo":{"type":"object","properties":{"bbcId":{"type":"string"},"fileSeq":{"type":"integer","format":"int64"},"contGbCd":{"type":"string"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"},"atchFileDnldCnt":{"type":"string"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/saveBulletinBoardContent":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 등록/수정","description":"## 기능설명\n* 게시글 등록/수정 API 입니다.\n---\n## 상세설명\n* 게시글 등록/수정을 저장합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 등록/수정 신규 개발\n","operationId":"saveBulletinBoardContent","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSaveListRequest"}}},"required":true},"responses":{"200":{"description":"게시판 정보 조회 성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"게시판 정보 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 게시글 다국어 등록/수정 처리

> \## 기능설명\
> \* 게시글 다국어 등록/수정 처리\
> \---\
> \## 상세설명\
> \* 게시글 다국어 등록/수정 처리\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 다국어 등록/수정 처리 신규 개발<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":{"BulletinBoardContentsMLMgmtRequest":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"bbcTitleLocal":{"type":"string","description":"게시글 제목"},"langCd":{"type":"string","description":"언어코드(CM009)"},"dataLangCd":{"type":"string","description":"언어코드(CM009)"},"bbcTitleOther":{"type":"string","description":"게시글 제목_다국어"},"bbcContsLocal":{"type":"string","description":"게시글 내용_국문"},"bbcContsOther":{"type":"string","description":"게시글 내용_다=국어"},"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록시간"},"sysModDtm":{"type":"string","format":"date-time","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":{"/v1/system/bulletinBoardContentsMgmt/saveBbcMultiLingual":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 다국어 등록/수정 처리","description":"## 기능설명\n* 게시글 다국어 등록/수정 처리\n---\n## 상세설명\n* 게시글 다국어 등록/수정 처리\n---\n## 수정번호\n* Release v2.00_240711: 게시글 다국어 등록/수정 처리 신규 개발\n","operationId":"saveBbcMultiLingual","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsMLMgmtRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 다국어등록 팝업 조회

> \## 기능설명\
> \* 게시글 다국어등록 팝업 조회\
> \---\
> \## 상세설명\
> \* 게시글 다국어등록 팝업 조회\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 다국어 조회 신규 개발<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":{"BoardPostMultiLingualRequest":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글ID"},"langCd":{"type":"string","description":"언어코드(CM009)"},"dataLangCd":{"type":"string","description":"언어코드(CM009)"}}},"BulletinBoardContentsMLMgmtResponse":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"bbcTitleLocal":{"type":"string","description":"게시글 제목"},"bbcTitleOther":{"type":"string","description":"게시글 제목_다국어"},"bbcContsLocal":{"type":"string","description":"게시글 내용"},"bbcContsOther":{"type":"string","description":"게시글 내용_다국어"},"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록시간"},"sysModDtm":{"type":"string","format":"date-time","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":{"/v1/system/bulletinBoardContentsMgmt/getMultiLangBbcPopupData":{"post":{"tags":["게시글 정보 관리"],"summary":"게시글 다국어등록 팝업 조회","description":"## 기능설명\n* 게시글 다국어등록 팝업 조회\n---\n## 상세설명\n* 게시글 다국어등록 팝업 조회\n---\n## 수정번호\n* Release v2.00_240711: 게시글 다국어 조회 신규 개발\n","operationId":"getMultiLangBbcPopupData","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BoardPostMultiLingualRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsMLMgmtResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 상세정보 조회

> \## 기능설명\
> \* 게시글 상세정보 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 게시글 상세정보를 조회합니다.\
> \---\
> \## 수정번호\
> &#x20;\* Release v2.00\_240711: 게시글 상세정보 조회 신규 개발<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":{"BulletinBoardContentsDtlResponse":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"bbcTtopFixYn":{"type":"string","description":"게시글 상단고정여부"},"bbYn":{"type":"string","description":"게시글 게시여부"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbcConts":{"type":"string","description":"게시글 내용"},"bbcGoodsInfo":{"type":"array","description":"게시글 상품정보 목록","items":{"$ref":"#/components/schemas/BulletinBoardContentsGoodsResponse"}},"goodsInfo":{"type":"array","description":"게시글 그리드 상품정보","items":{"$ref":"#/components/schemas/PostGoodsInfoResponse"}},"bbcAtchFileInfo":{"type":"array","description":"게시글 첨부파일정보","items":{"$ref":"#/components/schemas/AttachFileInfo"}},"ansStat":{"type":"string","description":"답변상태"},"qryCnt":{"type":"string","description":"조회수"},"bbcRcdrCnt":{"type":"string","description":"추천수"},"bbcDclCnt":{"type":"string","description":"신고수"},"hashTag":{"type":"string","description":"해시태그"},"pcThnlImgPathNm":{"type":"string","description":"썸네일PC 이미지 경로"},"pcIconFileNmpcThnlImgFileNm":{"type":"string","description":"썸네일PC 이미지 파일명"},"moThnlImgPathNm":{"type":"string","description":"썸네일MO 이미지 경로"},"moThnlImgFileNm":{"type":"string","description":"썸네일MO 이미지 경로"},"bbsId":{"type":"string","description":"게시판 ID"},"bbsNm":{"type":"string","description":"게시판명"},"siteNo":{"type":"string","description":"게시 사이트 번호"},"siteNm":{"type":"string","description":"게시 사이트 이름"},"bbsTypCd":{"type":"string","description":"게시판 유형"},"bbsTypNm":{"type":"string","description":"게시판 유형 이름"},"scrtScrpYnCd":{"type":"string","description":"비밀글 여부코드"},"scrtScrpYnNm":{"type":"string","description":"비밀글 여부코드명"},"bbsExpMethCd":{"type":"string","description":"노출 방식"},"bbsExpMethNm":{"type":"string","description":"노출 방식명"},"useYn":{"type":"string","description":"사용 여부"},"fileUseYn":{"type":"string"},"hashTagUseYn":{"type":"string","description":"해시태그 사용 여부"},"atchFileList":{"type":"string","description":"첨부파일"},"atchFileUseYn":{"type":"string","description":"첨부 사용여부"},"maxAtchFileNcnt":{"type":"string","description":"최대 첨부 가능개수"},"mpicUseYn":{"type":"string","description":"동영상 사용 여부"},"maxMpicNcnt":{"type":"string","description":"최대 동영상 개수"},"bbcCatSeq":{"type":"string","description":"게시글 분류 순번"},"bbcCatNm":{"type":"string","description":"게시글 분류 항목"},"regMediaCd":{"type":"string","description":"시스템분류"},"sysRegId":{"type":"string","description":"등록자"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록일시"},"sysModId":{"type":"string","description":"수정자"},"sysModDtm":{"type":"string","format":"date-time","description":"수정일시"},"prBbcRplInfo":{"type":"array","description":"댓글정보","items":{"$ref":"#/components/schemas/PostCommentListResponse"}},"prBbcAnsInfo":{"type":"array","description":"답변정보","items":{"$ref":"#/components/schemas/PostAnsInfoResponse"}}}},"BulletinBoardContentsGoodsResponse":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"goodsNo":{"type":"string","description":"상품번호"}}},"PostGoodsInfoResponse":{"type":"object","properties":{"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"saleStatNm":{"type":"string","description":"판매상태"},"brandNm":{"type":"string","description":"브랜드"},"entrNm":{"type":"string","description":"협력사"},"totalCount":{"type":"integer","format":"int32"}}},"AttachFileInfo":{"type":"object","properties":{"fileSeq":{"type":"string","description":"파일순번"},"contGbCd":{"type":"string","description":"컨텐츠구분코드(DP026)"},"contGbNm":{"type":"string","description":"컨텐츠구분코드명"},"atchFileRouteNm":{"type":"string","description":"첨부파일경로명"},"atchFileNm":{"type":"string","description":"첨부파일명"}}},"PostCommentListResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"rplSeq":{"type":"string","description":"댓글순번"},"repeat":{"type":"string","description":"댓글깊이"},"rplConts":{"type":"string","description":"댓글내용"},"bbcId":{"type":"string","description":"게시글ID"},"bbYn":{"type":"string","description":"게시여부"},"delYn":{"type":"string","description":"삭제여부"},"uprRplSeq":{"type":"string","description":"상위댓글순번"},"rplWrtmnId":{"type":"string","description":"댓글작성자"},"totalCount":{"type":"integer","format":"int32"}}},"PostAnsInfoResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"시스템등록ID"},"sysModId":{"type":"string","description":"시스템수정ID"},"bbcId":{"type":"string","description":"게시글 ID"},"ansSeq":{"type":"integer","format":"int32","description":"답변 순번"},"ansCont":{"type":"string","description":"답변 내용"},"ansStatCd":{"type":"string","description":"답변상태코드(DP023)"},"ansStatNm":{"type":"string","description":"답변상태코드명(DP023)"},"totalCount":{"type":"integer","format":"int32"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/getPostDtl":{"get":{"tags":["게시글 정보 관리"],"summary":"게시글 상세정보 조회","description":"## 기능설명\n* 게시글 상세정보 조회 API 입니다.\n---\n## 상세설명\n* 게시글 상세정보를 조회합니다.\n---\n## 수정번호\n * Release v2.00_240711: 게시글 상세정보 조회 신규 개발\n","operationId":"getBoardDtl","parameters":[{"name":"bbcId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"게시판 정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDtlResponse"}}}},"900":{"description":"게시판 정보 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 게시글 댓글 목록 조회

> \## 기능설명\
> \* 게시글 댓글 목록 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 게시글 수정/상세 화면에서 해당 게시글의 댓글 목록을 조회합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 댓글 목록 조회 신규 개발<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":{"PostCommentListResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"rplSeq":{"type":"string","description":"댓글순번"},"repeat":{"type":"string","description":"댓글깊이"},"rplConts":{"type":"string","description":"댓글내용"},"bbcId":{"type":"string","description":"게시글ID"},"bbYn":{"type":"string","description":"게시여부"},"delYn":{"type":"string","description":"삭제여부"},"uprRplSeq":{"type":"string","description":"상위댓글순번"},"rplWrtmnId":{"type":"string","description":"댓글작성자"},"totalCount":{"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":{"/v1/system/bulletinBoardContentsMgmt/getPostCommentList":{"get":{"tags":["게시글 정보 관리"],"summary":"게시글 댓글 목록 조회","description":"## 기능설명\n* 게시글 댓글 목록 조회 API 입니다.\n---\n## 상세설명\n* 게시글 수정/상세 화면에서 해당 게시글의 댓글 목록을 조회합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 댓글 목록 조회 신규 개발\n","operationId":"getPostCommentList","parameters":[{"name":"bbcId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"게시글 댓글 목록 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PostCommentListResponse"}}}}},"900":{"description":"게시글 댓글 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시판별 게시판 유형 및 게시글 분류 조회

> \## 기능설명\
> \* 게시판별 게시판 유형 및 게시글 분류 조회 API 입니다..\
> \---\
> \## 상세설명\
> \* 게시글 정보관리/게시글등록 화면에서 해당 게시판의의 게시판 유형 및 게시글 분류 목록을 조회합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시판별 게시판 유형 및 게시글 분류 조회 신규 개발<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":{"BoardTypeInfoResponse":{"type":"object","properties":{"bbsId":{"type":"string","description":"게시글ID"},"bbsTypCd":{"type":"string","description":"게시판유형코드"},"bbsTypNm":{"type":"string","description":"게시판유형코드명"},"bbsCatList":{"type":"array","description":"게시글 분류 항목","items":{"$ref":"#/components/schemas/BulletinBoardSystemCateResponse"}},"goodsAddUseYn":{"type":"string","description":"상품추가 사용여부"},"hashTagUseYn":{"type":"string","description":"해시태그 사용여부"},"atchFileUseYn":{"type":"string","description":"첨부파일 사용여부"},"maxAtchFileNcnt":{"type":"string","description":"첨부파일 최대갯수"},"mpicUseYn":{"type":"string","description":"동영상 사용여부"},"maxMpicNcnt":{"type":"string","description":"동영상 최대갯수"},"bbsExpMethCd":{"type":"string","description":"게시판 노출방식(DP028)"},"bbsExpMethNm":{"type":"string","description":"게시판 노출방식명"},"scrtScrpYnCd":{"type":"string","description":"비밀글 여부코드(DP030)"},"scrtScrpYnNm":{"type":"string","description":"비밀글 여부코드명"}}},"BulletinBoardSystemCateResponse":{"type":"object","properties":{"bbsId":{"type":"string","description":"게시판Id"},"langCd":{"type":"string","description":"언어코드(CM009)"},"bbsNm":{"type":"string","description":"게시판명"},"bbcCatSeq":{"type":"string","description":"게시판분류순번"},"bbcCatNmLocal":{"type":"string","description":"게시판분류명"},"bbcCatNmOther":{"type":"string","description":"게시판분류명_다국어"},"sysRegDtm":{"type":"string","format":"date-time","description":"등록시간"},"sysRegId":{"type":"string","description":"등록자 ID"},"sysModDtm":{"type":"string","format":"date-time","description":"수정시간"},"sysModId":{"type":"string","description":"수정자 ID"}}},"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":{"/v1/system/bulletinBoardContentsMgmt/getBulletinBoardTypeInfo":{"get":{"tags":["게시글 정보 관리"],"summary":"게시판별 게시판 유형 및 게시글 분류 조회","description":"## 기능설명\n* 게시판별 게시판 유형 및 게시글 분류 조회 API 입니다..\n---\n## 상세설명\n* 게시글 정보관리/게시글등록 화면에서 해당 게시판의의 게시판 유형 및 게시글 분류 목록을 조회합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시판별 게시판 유형 및 게시글 분류 조회 신규 개발\n","operationId":"getBulletinBoardTypeInfo","parameters":[{"name":"boardId","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"게시판 유형 및 게시글 분류 조회성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BoardTypeInfoResponse"}}}},"900":{"description":"게시판 유형 및 게시글 분류 조회실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 정보관리 사이트별 게시판목록 조회

> \## 기능설명\
> \* 게시글 정보관리/게시글등록 화면에서 사이트별 게시판목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 해당 사이트의 게시판 목록을 조회합니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 사이트별 게시판 목록 조회 신규 개발<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":{"BulletinBoardNmContentViewResponse":{"type":"object","properties":{"bbsId":{"type":"string","description":"게시판ID"},"bbsNm":{"type":"string","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":{"/v1/system/bulletinBoardContentsMgmt/getBulletinBoardInfo":{"get":{"tags":["게시글 정보 관리"],"summary":"게시글 정보관리 사이트별 게시판목록 조회","description":"## 기능설명\n* 게시글 정보관리/게시글등록 화면에서 사이트별 게시판목록을 조회합니다.\n---\n## 상세설명\n* 해당 사이트의 게시판 목록을 조회합니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 사이트별 게시판 목록 조회 신규 개발\n","operationId":"getSiteBulletinBoardNm","parameters":[{"name":"siteNo","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"사이트별 게시판목록 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardNmContentViewResponse"}}}}},"900":{"description":"사이트별 게시판목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 목록 조회

> \## 기능설명\
> \* 게시글 목록을 조회 API 입니다.\
> \---\
> \## 상세설명\
> \* 게시글 정보 관리 화면에서 조회 조건에 맞는 게시글 목록을 그리드에 나타냅니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 목록 조회 신규 개발<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":{"BulletinBoardContentsMgmtListRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트"},"langCd":{"type":"string","description":"언어코드"},"termGbCd":{"type":"string","description":"기간 구분"},"postDtmIgnoreOption":{"type":"string","description":"조회기간 전체 옵션"},"postsRegStartDtm":{"type":"string","format":"date","description":"기간(시작일)"},"postsRegEndDtm":{"type":"string","format":"date","description":"기간(종료일)"},"bbsId":{"type":"string","description":"게시판ID"},"bbcId":{"type":"string","description":"게시글ID"},"bbGbCd":{"type":"string","description":"게시판유형"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbYn":{"type":"string","description":"게시여부"},"scrtScrpSetupYn":{"type":"string","description":"비밀글 여부"},"bbsCatSeq":{"type":"string","description":"게시글 분류"},"ansState":{"type":"string","description":"답변 상태"},"bbcDctYn":{"type":"string","description":"신고 여부"},"sysRegUserId":{"type":"string","description":"등록자 ID"},"bbcTtopFixYn":{"type":"string","description":"상단고정 여부"},"sysGbCd":{"type":"string","description":"시스템 구분"}}},"BulletinBoardContentsMgmtResponse":{"type":"object","properties":{"sysRegId":{"type":"string","description":"등록자"},"sysModId":{"type":"string","description":"수정자"},"siteNm":{"type":"string","description":"사이트명"},"bbcId":{"type":"string","description":"게시글 ID"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbcCatNm":{"type":"string","description":"게시글 분류명"},"bbsNm":{"type":"string","description":"게시판명"},"bbsTypCd":{"type":"string","description":"게시판유형코드"},"bbsTypNm":{"type":"string","description":"게시판유형명"},"ansState":{"type":"string","description":"답변상태"},"bbYn":{"type":"string","description":"게시여부"},"bbcTtopFixYn":{"type":"string","description":"상단고정 여부"},"rplCnt":{"type":"integer","format":"int32","description":"댓글수"},"qryCnt":{"type":"string","description":"조회수"},"bbcRcdrCnt":{"type":"string","description":"추천수"},"bbcDclCnt":{"type":"string","description":"신고수"},"scrtScrpSetupYn":{"type":"string","description":"비밀글 여부"},"sysGbNm":{"type":"string","description":"시스템구분명"},"totalCount":{"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":{"/v1/system/bulletinBoardContentsMgmt/getBulletinBoardContentsMgmtList":{"get":{"tags":["게시글 정보 관리"],"summary":"게시글 목록 조회","description":"## 기능설명\n* 게시글 목록을 조회 API 입니다.\n---\n## 상세설명\n* 게시글 정보 관리 화면에서 조회 조건에 맞는 게시글 목록을 그리드에 나타냅니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 목록 조회 신규 개발\n","operationId":"getBulletinBoardContentsList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtListRequest"}}],"responses":{"200":{"description":"게시글 목록 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtResponse"}}}}},"900":{"description":"게시글 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 게시글 신고 목록 조회

> \## 기능설명\
> \* 화면에서 넘어온 파라미터에 맞는 게시글 신고 내역을 조회합니다.\
> \---\
> \## 상세설명\
> \* 화면에서 넘어온 파라미터에 맞는 게시글 신고 내역을 조회합니다.\
> \* 게시판번호, 게시글번호는 필수입니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240711: 게시글 신고 목록 조회 신규 개발<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":{"BulletinBoardContentsMgmtListRequest":{"type":"object","properties":{"siteNo":{"type":"string","description":"사이트"},"langCd":{"type":"string","description":"언어코드"},"termGbCd":{"type":"string","description":"기간 구분"},"postDtmIgnoreOption":{"type":"string","description":"조회기간 전체 옵션"},"postsRegStartDtm":{"type":"string","format":"date","description":"기간(시작일)"},"postsRegEndDtm":{"type":"string","format":"date","description":"기간(종료일)"},"bbsId":{"type":"string","description":"게시판ID"},"bbcId":{"type":"string","description":"게시글ID"},"bbGbCd":{"type":"string","description":"게시판유형"},"bbcTitle":{"type":"string","description":"게시글 제목"},"bbYn":{"type":"string","description":"게시여부"},"scrtScrpSetupYn":{"type":"string","description":"비밀글 여부"},"bbsCatSeq":{"type":"string","description":"게시글 분류"},"ansState":{"type":"string","description":"답변 상태"},"bbcDctYn":{"type":"string","description":"신고 여부"},"sysRegUserId":{"type":"string","description":"등록자 ID"},"bbcTtopFixYn":{"type":"string","description":"상단고정 여부"},"sysGbCd":{"type":"string","description":"시스템 구분"}}},"ResponseRealGridListResponseBulletinBoardContentsDclMgmtResponse":{"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":{"$ref":"#/components/schemas/RealGridListResponseBulletinBoardContentsDclMgmtResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseBulletinBoardContentsDclMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardContentsDclMgmtResponse"}}}},"BulletinBoardContentsDclMgmtResponse":{"type":"object","properties":{"bbcId":{"type":"string","description":"게시글 ID"},"bbcDclTypCd":{"type":"string","description":"게시글 신고 유형 코드-DP034"},"bbcDclTypNm":{"type":"string","description":"게시글 신고 유형 코드 값-DP034"},"bbcDclEtcCaus":{"type":"string","description":"게시글 신고 기타 사유"},"bbcDclmnId":{"type":"string","description":"게시글 신고자 ID"},"bbcDclDtm":{"type":"string","format":"date-time","description":"게시글 신고 일시"},"seq":{"type":"integer","format":"int32","description":"신고 목록 화면에 표시할 일련 번호"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"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"}}}}}},"paths":{"/v1/system/bulletinBoardContentsMgmt/getBbcDclDetailsList":{"get":{"tags":["게시글 정보 관리"],"summary":"게시글 신고 목록 조회","description":"## 기능설명\n* 화면에서 넘어온 파라미터에 맞는 게시글 신고 내역을 조회합니다.\n---\n## 상세설명\n* 화면에서 넘어온 파라미터에 맞는 게시글 신고 내역을 조회합니다.\n* 게시판번호, 게시글번호는 필수입니다.\n---\n## 수정번호\n* Release v2.00_240711: 게시글 신고 목록 조회 신규 개발\n","operationId":"getReportedBbcDetailsList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsMgmtListRequest"}},{"name":"bbsId","in":"query","description":"게시판ID","schema":{"type":"string"}},{"name":"bbcId","in":"query","description":"게시글ID","schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseBulletinBoardContentsDclMgmtResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
