> 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/store-front-api-reference/display-api/bulletin-board.md).

# Bulletin Board

## Edit Comment

> \## Function Description\
> \* Edits a written comment.\
> \---\
> \## Detailed Description\
> \* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\
> \* Only the user who wrote the comment can edit it.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/updateBulletinBoardReply":{"put":{"tags":["Bulletin Board"],"summary":"Edit Comment","description":"## Function Description\n* Edits a written comment.\n---\n## Detailed Description\n* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\n* Only the user who wrote the comment can edit it.\n","operationId":"updateBulletinBoardReply","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardReply"}}},"required":true},"responses":{"200":{"description":"Comment edited successfully"},"400":{"description":"Failed to edit comment","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Edit Post

> \## Function Description\
> \* Edits a post on the bulletin board.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Editing is only possible when the logged-in account has write permission (DP032) for the bulletin board.\
> \* Editing is only possible when the login ID matches the post author's ID.\
> \* Bulletin board number and post number are required.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/updateBulletinBoardContents":{"put":{"tags":["Bulletin Board"],"summary":"Edit Post","description":"## Function Description\n* Edits a post on the bulletin board.\n---\n## Detailed Description\n* Login is required.\n* Editing is only possible when the logged-in account has write permission (DP032) for the bulletin board.\n* Editing is only possible when the login ID matches the post author's ID.\n* Bulletin board number and post number are required.\n","operationId":"updateBulletinBoardContents","parameters":[{"name":"atchFileList","in":"query","required":true,"schema":{"type":"array","items":{"type":"string","format":"binary"}}},{"name":"pcThnlImg","in":"query","required":true,"schema":{"type":"string","format":"binary"}},{"name":"moThnlImg","in":"query","required":true,"schema":{"type":"string","format":"binary"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"bulletinBoardContents":{"$ref":"#/components/schemas/BulletinBoardContents"}},"required":["bulletinBoardContents"]}}}},"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContents"}}}}}}}},"components":{"schemas":{"BulletinBoardContents":{"type":"object","description":"Post DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string","minLength":1},"bbcId":{"type":"string","minLength":1},"contentsSiteNo":{"type":"string"},"bbcTtopFixYn":{"type":"string"},"scrtScrpSetupYn":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"},"pcThnlImgPathNm":{"type":"string"},"pcIconFileNmPcThnlImgFileNm":{"type":"string"},"moThnlImgPathNm":{"type":"string"},"moThnlImgFileNm":{"type":"string"},"hashTag":{"type":"string"},"bbcWrtmnId":{"type":"string"},"bbcWrtDtm":{"type":"string"},"bbcTitle":{"type":"string"},"bbcConts":{"type":"string"},"bbcCatSeq":{"type":"string"},"regMediaCd":{"type":"string"},"goodsNoList":{"type":"array","items":{"type":"string"}},"deleteFileList":{"type":"array","items":{"type":"integer","format":"int64"}},"atchFileList":{"type":"array","items":{"type":"string","format":"binary"}},"pcThnlImg":{"type":"string","format":"binary"},"moThnlImg":{"type":"string","format":"binary"},"answerList":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}},"required":["bbcId","bbsId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}}}}}
```

## Delete Comment

> \## Function Description\
> \* Deletes a written comment.\
> \---\
> \## Detailed Description\
> \* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\
> \* Only the user who wrote the comment can delete it.\
> \* The comment's deletion status (DEL\_YN) is set to 'Y'.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/deleteBulletinBoardReply":{"put":{"tags":["Bulletin Board"],"summary":"Delete Comment","description":"## Function Description\n* Deletes a written comment.\n---\n## Detailed Description\n* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\n* Only the user who wrote the comment can delete it.\n* The comment's deletion status (DEL_YN) is set to 'Y'.\n","operationId":"deleteBulletinBoardReply","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardReply"}}},"required":true},"responses":{"200":{"description":"Comment deleted successfully"},"400":{"description":"Failed to delete comment","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Delete Post

> \## Function Description\
> \* Deletes a post on the bulletin board.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Editing is only possible when the logged-in account has write permission (DP032) for the bulletin board.\
> \* Deletion is only possible when the login ID matches the post author's ID.\
> \* Post number is required.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/deleteBulletinBoardContents":{"put":{"tags":["Bulletin Board"],"summary":"Delete Post","description":"## Function Description\n* Deletes a post on the bulletin board.\n---\n## Detailed Description\n* Login is required.\n* Editing is only possible when the logged-in account has write permission (DP032) for the bulletin board.\n* Deletion is only possible when the login ID matches the post author's ID.\n* Post number is required.\n","operationId":"deleteBulletinBoardContents","parameters":[{"name":"bbcId","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"OK"}}}}}}
```

## Recommend Post

> \## Function Description\
> \* Recommends a post.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Reporting is only possible when the logged-in account has read permission (DP032) for the bulletin board.\
> \* If delYn is N, it recommends the post; if Y, it cancels the recommendation.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/recommendBulletinBoardContents":{"post":{"tags":["Bulletin Board"],"summary":"Recommend Post","description":"## Function Description\n* Recommends a post.\n---\n## Detailed Description\n* Login is required.\n* Reporting is only possible when the logged-in account has read permission (DP032) for the bulletin board.\n* If delYn is N, it recommends the post; if Y, it cancels the recommendation.\n","operationId":"recommendBulletinBoardContents","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardRecommendation"}}},"required":true},"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"BulletinBoardRecommendation":{"type":"object","description":"Post Recommendation DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","minLength":1},"delYn":{"type":"string","minLength":1}},"required":["bbcId","delYn"]}}}}
```

## Register Comment

> \## Function Description\
> \* Registers a comment on a post.\
> \---\
> \## Detailed Description\
> \* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\
> \* Only possible for posts registered on a comment-type bulletin board.\
> \* For a reply to a comment, the parent comment sequence number (uprRplSeq) of that comment is required.\
> \* An exception occurs if uprRplSeq is provided when it is not a reply to a comment.\
> \* Comment depth cannot exceed 3.\
> &#x20;  \* Depth\
> &#x20;  \* Comment: 1\
> &#x20;  \* Reply to a comment: 2\
> &#x20;  \* Reply to a reply: 3<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/insertBulletinBoardReply":{"post":{"tags":["Bulletin Board"],"summary":"Register Comment","description":"## Function Description\n* Registers a comment on a post.\n---\n## Detailed Description\n* Requires write permission (comment), DP032:21, on the bulletin board where the post is registered.\n* Only possible for posts registered on a comment-type bulletin board.\n* For a reply to a comment, the parent comment sequence number (uprRplSeq) of that comment is required.\n* An exception occurs if uprRplSeq is provided when it is not a reply to a comment.\n* Comment depth cannot exceed 3.\n   * Depth\n   * Comment: 1\n   * Reply to a comment: 2\n   * Reply to a reply: 3\n","operationId":"insertBulletinBoardReply","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardReply"}}},"required":true},"responses":{"200":{"description":"Comment registered successfully"},"400":{"description":"Failed to register comment","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Register Post

> \## Function Description\
> \* Registers a post along with product information, thumbnail images (PC/MO), and attachments (images/videos).\
> \---\
> \## Detailed Description\
> \* Requires write permission (DP032) for the bulletin board where the post is registered.\
> \* The response only returns an HTTP status code, with an empty body.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/insertBulletinBoardContents":{"post":{"tags":["Bulletin Board"],"summary":"Register Post","description":"## Function Description\n* Registers a post along with product information, thumbnail images (PC/MO), and attachments (images/videos).\n---\n## Detailed Description\n* Requires write permission (DP032) for the bulletin board where the post is registered.\n* The response only returns an HTTP status code, with an empty body.\n","operationId":"insertBulletinBoardContents","parameters":[{"name":"atchFileList","in":"query","required":true,"schema":{"type":"array","items":{"type":"string","format":"binary"}}},{"name":"pcThnlImg","in":"query","required":true,"schema":{"type":"string","format":"binary"}},{"name":"moThnlImg","in":"query","required":true,"schema":{"type":"string","format":"binary"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"bulletinBoardContents":{"$ref":"#/components/schemas/BulletinBoardContents"}},"required":["bulletinBoardContents"]}}}},"responses":{"200":{"description":"Post registered successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDetails"}}}},"400":{"description":"Failed to register post","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContents":{"type":"object","description":"Post DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string","minLength":1},"bbcId":{"type":"string","minLength":1},"contentsSiteNo":{"type":"string"},"bbcTtopFixYn":{"type":"string"},"scrtScrpSetupYn":{"type":"string"},"qryCnt":{"type":"integer","format":"int32"},"pcThnlImgPathNm":{"type":"string"},"pcIconFileNmPcThnlImgFileNm":{"type":"string"},"moThnlImgPathNm":{"type":"string"},"moThnlImgFileNm":{"type":"string"},"hashTag":{"type":"string"},"bbcWrtmnId":{"type":"string"},"bbcWrtDtm":{"type":"string"},"bbcTitle":{"type":"string"},"bbcConts":{"type":"string"},"bbcCatSeq":{"type":"string"},"regMediaCd":{"type":"string"},"goodsNoList":{"type":"array","items":{"type":"string"}},"deleteFileList":{"type":"array","items":{"type":"integer","format":"int64"}},"atchFileList":{"type":"array","items":{"type":"string","format":"binary"}},"pcThnlImg":{"type":"string","format":"binary"},"moThnlImg":{"type":"string","format":"binary"},"answerList":{"type":"array","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}},"required":["bbcId","bbsId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"BulletinBoardContentsDetails":{"type":"object","description":"Post Detail DTO","properties":{"bbsId":{"type":"string","description":"Board ID"},"bbcId":{"type":"string","description":"Post ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Site No."},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Setting Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code"},"adminNttnSetupNm":{"type":"string","description":"Author Display Method - Admin Name"},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"answerList":{"type":"array","description":"Answer List","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Increase Post View Count

> \## Function Description\
> \* Increases the view count of a post.\
> \---\
> \## Detailed Description\
> \* Requires read permission (DP032) for the bulletin board where the post is registered.\
> \* The response only returns an HTTP status code, with an empty body.\
> \* The view count increases by 1 on the first request for post details per member.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/increaseBulletinBoardQueryCount":{"post":{"tags":["Bulletin Board"],"summary":"Increase Post View Count","description":"## Function Description\n* Increases the view count of a post.\n---\n## Detailed Description\n* Requires read permission (DP032) for the bulletin board where the post is registered.\n* The response only returns an HTTP status code, with an empty body.\n* The view count increases by 1 on the first request for post details per member.\n","operationId":"increaseViewCount","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}}},"required":true},"responses":{"200":{"description":"Post view count increased successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDetails"}}}},"400":{"description":"Failed to increase post view count","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsDetails":{"type":"object","description":"Post Detail DTO","properties":{"bbsId":{"type":"string","description":"Board ID"},"bbcId":{"type":"string","description":"Post ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Site No."},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Setting Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code"},"adminNttnSetupNm":{"type":"string","description":"Author Display Method - Admin Name"},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"answerList":{"type":"array","description":"Answer List","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Report Post

> \## Function Description\
> \* Reports a post.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Reporting is only possible when the logged-in account has read permission (DP032) for the bulletin board.\
> \* A member can report a post only once.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/declareBulletinBoardContents":{"post":{"tags":["Bulletin Board"],"summary":"Report Post","description":"## Function Description\n* Reports a post.\n---\n## Detailed Description\n* Login is required.\n* Reporting is only possible when the logged-in account has read permission (DP032) for the bulletin board.\n* A member can report a post only once.\n","operationId":"declareBulletinBoardContents","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BulletinBoardDeclaration"}}},"required":true},"responses":{"200":{"description":"OK"}}}}},"components":{"schemas":{"BulletinBoardDeclaration":{"type":"object","description":"Post Report DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","minLength":1},"bbcDclTypCd":{"type":"string","minLength":1},"bbcDclmnId":{"type":"string","minLength":1},"bbcDclEtcCaus":{"type":"string","maxLength":400,"minLength":0}},"required":["bbcDclTypCd","bbcDclmnId","bbcId"]}}}}
```

## Validate Post Status

> \## Function Description\
> \* Validates whether a post can be edited/deleted.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Returns an error if the post does not exist or has been deleted.\
> \* Returns an error if the post has been hidden by an administrator.\
> \* Post number is required.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/validateBulletinBoardContents":{"get":{"tags":["Bulletin Board"],"summary":"Validate Post Status","description":"## Function Description\n* Validates whether a post can be edited/deleted.\n---\n## Detailed Description\n* Login is required.\n* Returns an error if the post does not exist or has been deleted.\n* Returns an error if the post has been hidden by an administrator.\n* Post number is required.\n","operationId":"validateBulletinBoardContents","parameters":[{"name":"bbcId","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"OK"}}}}}}
```

## Retrieve Logged-in Member's Bulletin Board Comment List

> \## Function Description\
> \* Retrieves the bulletin board comment list of the logged-in member.\
> \---\
> \## Detailed Description\
> \* The logged-in member's bulletin board comment list is paginated according to page number and page size.\
> \* The response data item is the member's comment list information.\
> \* Search type (searchPariodType)\
> &#x20;  \* startDate: Start date/time\
> &#x20;  \* endDate: End date/time<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getMyBulletinBoardReply":{"get":{"tags":["Bulletin Board"],"summary":"Retrieve Logged-in Member's Bulletin Board Comment List","description":"## Function Description\n* Retrieves the bulletin board comment list of the logged-in member.\n---\n## Detailed Description\n* The logged-in member's bulletin board comment list is paginated according to page number and page size.\n* The response data item is the member's comment list information.\n* Search type (searchPariodType)\n   * startDate: Start date/time\n   * endDate: End date/time\n","operationId":"getMyBulletinBoardReply","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"searchPariodType","in":"query","description":"Search Period Type","required":true,"schema":{"type":"String"}},{"name":"startDate","in":"query","description":"Search Start Date","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"Search End Date","required":true,"schema":{"type":"LocalDate"}},{"name":"pageNo","in":"query","description":"Page No.","required":true,"schema":{"type":"integer"}},{"name":"pageSize","in":"query","description":"Page Size","required":true,"schema":{"type":"integer"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Comment List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsResponse"}}}},"400":{"description":"Failed to retrieve comment list","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsResponse":{"type":"object","description":"Post List Response DTO","properties":{"totalCount":{"type":"integer","format":"int64","description":"Data Count"},"pageNo":{"type":"integer","format":"int32","description":"Requested Page No."},"pageSize":{"type":"integer","format":"int32","description":"Requested Page Size"},"bbsId":{"type":"string","description":"Bulletin Board ID"},"classificationList":{"type":"array","description":"Category Information","items":{"$ref":"#/components/schemas/BulletinBoardClassification"}},"contentsList":{"type":"array","description":"Post List","items":{"$ref":"#/components/schemas/BulletinBoardContentsItem"}}}},"BulletinBoardClassification":{"type":"object","description":"Post Category DTO","properties":{"bbcCatSeq":{"type":"string"},"bbcCatNm":{"type":"string"}}},"BulletinBoardContentsItem":{"type":"object","description":"Post Information DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"bbsId":{"type":"string","description":"Post Bulletin Board ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Post Site No."},"bbsTypCd":{"type":"string","description":"Bulletin Board Type Code (DP27)"},"bbsExpMethCd":{"type":"string","description":"Bulletin Board Exposure Method Code (DP28)"},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"bbYn":{"type":"string","description":"Post Status"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"adminNttnSetupNm":{"type":"string","description":"Administrator Display Setting Name"},"goodsInfo":{"$ref":"#/components/schemas/Goods","description":"Product Information"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"replyList":{"type":"array","description":"Comment List","items":{"$ref":"#/components/schemas/BulletinBoardReply"}},"answerList":{"type":"array","description":"Post Reply Information","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Retrieve My Page Post List

> \## Function Description\
> \* Retrieves the post list on My Page.\
> \---\
> \## Detailed Description\
> \* The post list is paginated according to page number and page size.\
> \* The response data item is the member's post list information.\
> \* Search type (searchPariodType)\
> &#x20;  \* startDate: Start date/time\
> &#x20;  \* endDate: End date/time<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getMyBulletinBoardContentsList":{"get":{"tags":["Bulletin Board"],"summary":"Retrieve My Page Post List","description":"## Function Description\n* Retrieves the post list on My Page.\n---\n## Detailed Description\n* The post list is paginated according to page number and page size.\n* The response data item is the member's post list information.\n* Search type (searchPariodType)\n   * startDate: Start date/time\n   * endDate: End date/time\n","operationId":"getMyBulletinBoardContentsList","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"searchPariodType","in":"query","description":"Search Period Type","required":true,"schema":{"type":"String"}},{"name":"startDate","in":"query","description":"Search Start Date","required":true,"schema":{"type":"LocalDate"}},{"name":"endDate","in":"query","description":"Search End Date","required":true,"schema":{"type":"LocalDate"}},{"name":"pageNo","in":"query","description":"Page No.","required":true,"schema":{"type":"integer"}},{"name":"pageSize","in":"query","description":"Page Size","required":true,"schema":{"type":"integer"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Post List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsResponse"}}}},"400":{"description":"Post List Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsResponse":{"type":"object","description":"Post List Response DTO","properties":{"totalCount":{"type":"integer","format":"int64","description":"Data Count"},"pageNo":{"type":"integer","format":"int32","description":"Requested Page No."},"pageSize":{"type":"integer","format":"int32","description":"Requested Page Size"},"bbsId":{"type":"string","description":"Bulletin Board ID"},"classificationList":{"type":"array","description":"Category Information","items":{"$ref":"#/components/schemas/BulletinBoardClassification"}},"contentsList":{"type":"array","description":"Post List","items":{"$ref":"#/components/schemas/BulletinBoardContentsItem"}}}},"BulletinBoardClassification":{"type":"object","description":"Post Category DTO","properties":{"bbcCatSeq":{"type":"string"},"bbcCatNm":{"type":"string"}}},"BulletinBoardContentsItem":{"type":"object","description":"Post Information DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"bbsId":{"type":"string","description":"Post Bulletin Board ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Post Site No."},"bbsTypCd":{"type":"string","description":"Bulletin Board Type Code (DP27)"},"bbsExpMethCd":{"type":"string","description":"Bulletin Board Exposure Method Code (DP28)"},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"bbYn":{"type":"string","description":"Post Status"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"adminNttnSetupNm":{"type":"string","description":"Administrator Display Setting Name"},"goodsInfo":{"$ref":"#/components/schemas/Goods","description":"Product Information"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"replyList":{"type":"array","description":"Comment List","items":{"$ref":"#/components/schemas/BulletinBoardReply"}},"answerList":{"type":"array","description":"Post Reply Information","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Retrieve Comment

> \## Function Description\
> \* Retrieves comment information for a post.\
> \---\
> \## Detailed Description\
> \* Requires read permission, DP032:10, on the bulletin board where the post is registered.\
> \* Responds sorted by comment sequence number and DEPTH.\
> \* If the deletion status is Y, the comment content is returned as an empty value ('').<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getBulletinBoardReply":{"get":{"tags":["Bulletin Board"],"summary":"Retrieve Comment","description":"## Function Description\n* Retrieves comment information for a post.\n---\n## Detailed Description\n* Requires read permission, DP032:10, on the bulletin board where the post is registered.\n* Responds sorted by comment sequence number and DEPTH.\n* If the deletion status is Y, the comment content is returned as an empty value ('').\n","operationId":"getBulletinBoardReply","parameters":[{"name":"bulletinBoardContentsSearch","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"bbcId","in":"query","description":"Post No.","required":true,"schema":{"type":"string"}},{"name":"rplSeq","in":"query","description":"Comment No.","schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Comment List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDetails"}}}},"400":{"description":"Retrieve Comment List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsDetails":{"type":"object","description":"Post Detail DTO","properties":{"bbsId":{"type":"string","description":"Board ID"},"bbcId":{"type":"string","description":"Post ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Site No."},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Setting Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code"},"adminNttnSetupNm":{"type":"string","description":"Author Display Method - Admin Name"},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"answerList":{"type":"array","description":"Answer List","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Bulletin Board List Retrieval

> \## Function Description\
> \* Retrieves the bulletin board table of contents.\
> \---\
> \## Detailed Description\
> \* This is the bulletin board table of contents information.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getBulletinBoardIndex":{"get":{"tags":["Bulletin Board"],"summary":"Bulletin Board List Retrieval","description":"## Function Description\n* Retrieves the bulletin board table of contents.\n---\n## Detailed Description\n* This is the bulletin board table of contents information.\n","operationId":"getBulletinBoardIndex","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Post List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsResponse"}}}},"400":{"description":"Post List Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsResponse":{"type":"object","description":"Post List Response DTO","properties":{"totalCount":{"type":"integer","format":"int64","description":"Data Count"},"pageNo":{"type":"integer","format":"int32","description":"Requested Page No."},"pageSize":{"type":"integer","format":"int32","description":"Requested Page Size"},"bbsId":{"type":"string","description":"Bulletin Board ID"},"classificationList":{"type":"array","description":"Category Information","items":{"$ref":"#/components/schemas/BulletinBoardClassification"}},"contentsList":{"type":"array","description":"Post List","items":{"$ref":"#/components/schemas/BulletinBoardContentsItem"}}}},"BulletinBoardClassification":{"type":"object","description":"Post Category DTO","properties":{"bbcCatSeq":{"type":"string"},"bbcCatNm":{"type":"string"}}},"BulletinBoardContentsItem":{"type":"object","description":"Post Information DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"bbsId":{"type":"string","description":"Post Bulletin Board ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Post Site No."},"bbsTypCd":{"type":"string","description":"Bulletin Board Type Code (DP27)"},"bbsExpMethCd":{"type":"string","description":"Bulletin Board Exposure Method Code (DP28)"},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"bbYn":{"type":"string","description":"Post Status"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"adminNttnSetupNm":{"type":"string","description":"Administrator Display Setting Name"},"goodsInfo":{"$ref":"#/components/schemas/Goods","description":"Product Information"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"replyList":{"type":"array","description":"Comment List","items":{"$ref":"#/components/schemas/BulletinBoardReply"}},"answerList":{"type":"array","description":"Post Reply Information","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Post List Retrieval

> \## Function Description\
> \* Retrieves the list of posts for the bulletin board.\
> \---\
> \## Detailed Description\
> \* The post list is paginated according to page number and page size.\
> \* The response data items are the bulletin board, the member's bulletin board permissions, post categories, and post list information.\
> \* Pinned posts are always displayed at the top.\
> \* Reply content response based on reply status code (DP023)\
> &#x20;  \* 10 (Public to all): Full content response\
> &#x20;  \* 20 (Public to me only): Full content response if the member ID that wrote the post matches the member ID that requested the API;\
> &#x20;   otherwise, an empty value ('') is returned\
> &#x20;  \* 30 (Not displayed): No response value\
> \* Post title response based on the post's private-post setting\
> &#x20;  \* Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\
> &#x20;   otherwise, an empty value ('') is returned\
> &#x20;  \* N: Full content response\
> \* Sort type (sortType)\
> &#x20;  \* A: Latest registration order (default)\
> &#x20;  \* B: Oldest order\
> &#x20;  \* C: View count<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getBulletinBoardContentsList":{"get":{"tags":["Bulletin Board"],"summary":"Post List Retrieval","description":"## Function Description\n* Retrieves the list of posts for the bulletin board.\n---\n## Detailed Description\n* The post list is paginated according to page number and page size.\n* The response data items are the bulletin board, the member's bulletin board permissions, post categories, and post list information.\n* Pinned posts are always displayed at the top.\n* Reply content response based on reply status code (DP023)\n   * 10 (Public to all): Full content response\n   * 20 (Public to me only): Full content response if the member ID that wrote the post matches the member ID that requested the API;\n    otherwise, an empty value ('') is returned\n   * 30 (Not displayed): No response value\n* Post title response based on the post's private-post setting\n   * Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\n    otherwise, an empty value ('') is returned\n   * N: Full content response\n* Sort type (sortType)\n   * A: Latest registration order (default)\n   * B: Oldest order\n   * C: View count\n","operationId":"getBulletinBoardContentsList","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"bbsId","in":"query","description":"Bulletin Board No.","required":true,"schema":{"type":"string"}},{"name":"bbcCatSeq","in":"query","description":"Post Category Sequence No.","schema":{"type":"string"}},{"name":"sortType","in":"query","description":"Sort Type","schema":{"type":"string"}},{"name":"searchWord","in":"query","description":"Search Keyword","schema":{"type":"string"}},{"name":"pageNo","in":"query","description":"Page No.","required":true,"schema":{"type":"integer"}},{"name":"pageSize","in":"query","description":"Page Size","required":true,"schema":{"type":"integer"}},{"name":"topSize","in":"query","description":"Pinned Post Size","schema":{"type":"integer"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Post List Retrieved Successfully","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsResponse"}}}},"400":{"description":"Post List Retrieval Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsResponse":{"type":"object","description":"Post List Response DTO","properties":{"totalCount":{"type":"integer","format":"int64","description":"Data Count"},"pageNo":{"type":"integer","format":"int32","description":"Requested Page No."},"pageSize":{"type":"integer","format":"int32","description":"Requested Page Size"},"bbsId":{"type":"string","description":"Bulletin Board ID"},"classificationList":{"type":"array","description":"Category Information","items":{"$ref":"#/components/schemas/BulletinBoardClassification"}},"contentsList":{"type":"array","description":"Post List","items":{"$ref":"#/components/schemas/BulletinBoardContentsItem"}}}},"BulletinBoardClassification":{"type":"object","description":"Post Category DTO","properties":{"bbcCatSeq":{"type":"string"},"bbcCatNm":{"type":"string"}}},"BulletinBoardContentsItem":{"type":"object","description":"Post Information DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"bbsId":{"type":"string","description":"Post Bulletin Board ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Post Site No."},"bbsTypCd":{"type":"string","description":"Bulletin Board Type Code (DP27)"},"bbsExpMethCd":{"type":"string","description":"Bulletin Board Exposure Method Code (DP28)"},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"bbYn":{"type":"string","description":"Post Status"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"adminNttnSetupNm":{"type":"string","description":"Administrator Display Setting Name"},"goodsInfo":{"$ref":"#/components/schemas/Goods","description":"Product Information"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"replyList":{"type":"array","description":"Comment List","items":{"$ref":"#/components/schemas/BulletinBoardReply"}},"answerList":{"type":"array","description":"Post Reply Information","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"BulletinBoardReply":{"type":"object","description":"Post Comment DTO","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbcId":{"type":"string","description":"Post ID","minLength":1},"rplSeq":{"type":"string","description":"Comment Sequence No."},"rplConts":{"type":"string","description":"Comment Content","maxLength":4000,"minLength":0},"bbYn":{"type":"string","description":"Post Status"},"delYn":{"type":"string","description":"Deletion Status"},"uprRplSeq":{"type":"string","description":"Parent Comment Sequence No."},"rplWrtmnNo":{"type":"string","description":"Comment Author Member No."},"rplWrtmnNm":{"type":"string","description":"Comment Author Member Name"},"rplWrtDtm":{"type":"string","format":"date-time","description":"Comment Creation Date/Time"},"scrtScrpSetupYn":{"type":"string","description":"Private Post Setting Status"},"rplDpthVal":{"type":"integer","format":"int32","description":"Comment Depth Value"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code (DP031)"},"lwrRplCnt":{"type":"integer","format":"int32","description":"Reply Count"},"bbsId":{"type":"string","description":"Board ID"},"bbcBbYn":{"type":"string","description":"Post Publication Status"},"bbcDelYn":{"type":"string","description":"Post Deletion Status"}},"required":["bbcId"]},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Retrieve Post for Registration/Editing

> \## Function Description\
> \* Retrieves detailed information when registering/editing a post.\
> \---\
> \## Detailed Description\
> \* Requires write permission (DP032) for the bulletin board where the post is registered.\
> \* The response data items are the bulletin board, post, attachments, product number, reply, comments, and recommendation count information.\
> \* Response based on the private-post setting\
> &#x20;  \* Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\
> &#x20;   otherwise, an Exception (Error Code: 7000) is returned\
> &#x20;  \* N: Full content response<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getBulletinBoardContentsEditors":{"get":{"tags":["Bulletin Board"],"summary":"Retrieve Post for Registration/Editing","description":"## Function Description\n* Retrieves detailed information when registering/editing a post.\n---\n## Detailed Description\n* Requires write permission (DP032) for the bulletin board where the post is registered.\n* The response data items are the bulletin board, post, attachments, product number, reply, comments, and recommendation count information.\n* Response based on the private-post setting\n   * Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\n    otherwise, an Exception (Error Code: 7000) is returned\n   * N: Full content response\n","operationId":"getBulletinBoardContentsEditors","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Retrieve Post Detail Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDetails"}}}},"400":{"description":"Retrieve Post Detail Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsDetails":{"type":"object","description":"Post Detail DTO","properties":{"bbsId":{"type":"string","description":"Board ID"},"bbcId":{"type":"string","description":"Post ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Site No."},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Setting Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code"},"adminNttnSetupNm":{"type":"string","description":"Author Display Method - Admin Name"},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"answerList":{"type":"array","description":"Answer List","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Retrieve Post Details

> \## Function Description\
> \* Retrieves detailed information for a post.\
> \---\
> \## Detailed Description\
> \* Requires read permission (DP032) for the bulletin board where the post is registered.\
> \* The response data items are the bulletin board, post, attachments, product number, reply, comments, and recommendation count information.\
> \* Reply information - Reply content response based on reply status code (DP023)\
> &#x20;  \* 10 (Public to all): Full content response\
> &#x20;  \* 20 (Public to me only): Full content response if the member ID that wrote the post matches the member ID that requested the API;\
> &#x20;   otherwise, an empty value ('') is returned\
> &#x20;  \* 30 (Not displayed): No response value\
> \* Response based on the private-post setting\
> &#x20;  \* Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\
> &#x20;   otherwise, an Exception (Error Code: 7000) is returned\
> &#x20;  \* N: Full content response<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/getBulletinBoardContentsDetails":{"get":{"tags":["Bulletin Board"],"summary":"Retrieve Post Details","description":"## Function Description\n* Retrieves detailed information for a post.\n---\n## Detailed Description\n* Requires read permission (DP032) for the bulletin board where the post is registered.\n* The response data items are the bulletin board, post, attachments, product number, reply, comments, and recommendation count information.\n* Reply information - Reply content response based on reply status code (DP023)\n   * 10 (Public to all): Full content response\n   * 20 (Public to me only): Full content response if the member ID that wrote the post matches the member ID that requested the API;\n    otherwise, an empty value ('') is returned\n   * 30 (Not displayed): No response value\n* Response based on the private-post setting\n   * Y: Full content response if the member ID that wrote the post matches the member ID that requested the API;\n    otherwise, an Exception (Error Code: 7000) is returned\n   * N: Full content response\n","operationId":"getBulletinBoardContentsDetails","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardContentsSearch"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"Retrieve Post Detail Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BulletinBoardContentsDetails"}}}},"400":{"description":"Retrieve Post Detail Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}},"components":{"schemas":{"BulletinBoardContentsSearch":{"type":"object","description":"Post Search","properties":{"loginId":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"adlCertiYn":{"type":"string"},"langCd":{"type":"string"},"bbsId":{"type":"string"},"bbcId":{"type":"string"},"bbcCatSeq":{"type":"string"},"rplSeq":{"type":"string"},"sortType":{"type":"string"},"searchWord":{"type":"string"},"pageNo":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"topSize":{"type":"integer","format":"int32"},"reqTyp":{"type":"string"},"siteNo":{"type":"string"},"bbsExpMethCd":{"type":"string"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"userInfo":{"$ref":"#/components/schemas/UserDetail","writeOnly":true}}},"UserDetail":{"type":"object","properties":{"userName":{"type":"string"},"mbrNo":{"type":"string"},"mbrMgrCd":{"type":"string"},"mbrGbCd":{"type":"string"},"loginId":{"type":"string"},"mbrGradeCd":{"type":"string"},"stafYn":{"type":"string"},"sexGbCd":{"type":"string"},"adlCertiYn":{"type":"string"},"age":{"type":"string"},"langCd":{"type":"string"},"comGbCd":{"type":"string"},"token":{"type":"string"},"refreshToken":{"type":"string"},"uuid":{"type":"string"},"certiYn":{"type":"string"}}},"BulletinBoardContentsDetails":{"type":"object","description":"Post Detail DTO","properties":{"bbsId":{"type":"string","description":"Board ID"},"bbcId":{"type":"string","description":"Post ID"},"bbsNm":{"type":"string","description":"Post Bulletin Board Name"},"siteNo":{"type":"string","description":"Site No."},"bbcCatSeq":{"type":"string","description":"Post Category Sequence No."},"bbcCatNm":{"type":"string","description":"Post Category Name"},"bbcTitle":{"type":"string","description":"Post Title"},"bbcConts":{"type":"string","description":"Post Content"},"hashTag":{"type":"string","description":"Hashtag"},"bbcTtopFixYn":{"type":"string","description":"Post Pinned to Top Status"},"scrtScrpYn":{"type":"string","description":"Private Post Setting Status"},"pcThnlImgPathNm":{"type":"string","description":"PC Thumbnail Image Path Name"},"pcThnlImgFileNm":{"type":"string","description":"PC Thumbnail Image File Name"},"moThnlImgPathNm":{"type":"string","description":"MO Thumbnail Image Path Name"},"moThnlImgFileNm":{"type":"string","description":"MO Thumbnail Image File Name"},"goodsAddUseYn":{"type":"string","description":"Additional Product Usage Status"},"regMediaCd":{"type":"string","description":"Registration Media Code (DP021)"},"regMediaNm":{"type":"string","description":"Registration Media Name"},"bbcWrtmnNo":{"type":"string","description":"Post Author Member No."},"bbcWrtmnNm":{"type":"string","description":"Post Author Name"},"bbcWrtDtm":{"type":"string","format":"date-time","description":"Post Creation Date/Time"},"newIconExpYn":{"type":"string","description":"NEW Icon Display Status"},"recomUseYn":{"type":"string","description":"Recommendation Usage Status"},"recomClickYn":{"type":"string","description":"Recommendation Status"},"recomCnt":{"type":"integer","format":"int32","description":"Recommendation Count"},"qryCnt":{"type":"integer","format":"int32","description":"View Count"},"hotIconExpYn":{"type":"string","description":"HOT Icon Display Status"},"rplCntExpYn":{"type":"string","description":"Comment Count Display Status"},"rplCnt":{"type":"integer","format":"int32","description":"Comment Count"},"mbrNmNttnMethCd":{"type":"string","description":"Member Name Display Method Code"},"adminNttnSetupNm":{"type":"string","description":"Author Display Method - Admin Name"},"atchFileList":{"type":"array","description":"Attachment Information List","items":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},"goodsNoList":{"type":"array","description":"Product No. List","items":{"$ref":"#/components/schemas/Goods"}},"answerList":{"type":"array","description":"Answer List","items":{"$ref":"#/components/schemas/BulletinBoardAnswer"}}}},"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"Goods":{"type":"object","description":"Product DTO","properties":{"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"goodsCompCd":{"type":"string","description":"Product Composition Code (PR001) 10: General Product, 20: Bundled Product"},"goodsTypCd":{"type":"string","description":"Product Type Code (PR002) 10: General Product, 20: Free Gift, 30: E-Coupon Product"},"saleMethCd":{"type":"string","description":"Sales Method Code (PR003) 10: General Sale, 20: Reservation Product"},"brandNo":{"type":"string","description":"Brand No."},"brandNm":{"type":"string","description":"Brand Name"},"buyrAgeLmtCd":{"type":"string","description":"Purchaser Age Restriction Code (PR004) 0: 0, 15: 15"},"dispYn":{"type":"string","description":"Display Status"},"saleStatCd":{"type":"string","description":"Sales Status Code (PR005) 01: Temporary Save, 02: Pending Approval, 03: Rejected, 10: On Sale, 20: Sold Out, 30: Discontinued"},"goodsRegDtm":{"type":"string","format":"date-time","description":"Product Registration Date/Time"},"saleStrDtm":{"type":"string","format":"date-time","description":"Sales Start Date/Time"},"saleEndDtm":{"type":"string","format":"date-time","description":"Sales End Date/Time"},"stkMgrYn":{"type":"string","description":"Inventory Management Status"},"deliProcTypCd":{"type":"string","description":"Delivery Processing Type Code (PR008) 10: Center Delivery, 20: Vendor Delivery"},"deliGoodsGbCd":{"type":"string","description":"Delivery Product Classification Code (PR010) 01: General Product, 02: Installation Product, 03: Made-to-Order, 04: E-Coupon"},"deliWayCd":{"type":"string","description":"Delivery Method Code (PR009) 01: Courier Delivery, 02: No Delivery"},"deliDday":{"type":"string","description":"Delivery Lead Time"},"deliPolcNo":{"type":"string","description":"Delivery Policy No."},"prcHistStrDtm":{"type":"string","format":"date-time","description":"Price History Start Date/Time"},"prcHistEndDtm":{"type":"string","format":"date-time","description":"Price History End Date/Time"},"rcntSalePrc":{"type":"integer","format":"int64","description":"Recent Selling Price"},"salePrc":{"type":"integer","format":"int64","description":"Selling Price"},"aplyPrc":{"type":"integer","format":"int64","description":"Applied Price (Display Price)"},"dispCtgNo":{"type":"string","description":"Display Category No."},"dlexTypCd":{"type":"string","description":"Delivery Fee Type Code (VD005) 10: Free, 20: Paid, 30: Conditionally Free"},"goodsImmedDcCpnNo":{"type":"string","description":"Product Instant Discount Coupon No."},"goodsImmedDcAplyStrDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application Start Date/Time"},"goodsImmedDcAplyEndDtm":{"type":"string","format":"date-time","description":"Product Instant Discount Application End Date/Time"},"goodsRepImgContSn":{"type":"string","description":"Product Main Image Content Serial No."},"rservSaleYn":{"type":"string","description":"Reservation Sale Status"},"rservStrDtm":{"type":"string","format":"date-time","description":"Reservation Start Date/Time"},"rservEndDtm":{"type":"string","format":"date-time","description":"Reservation End Date/Time"},"goodsRevCnt":{"type":"string","description":"Product Review Count"},"goodsRevHlpfulCnt":{"type":"string","description":"Product Review Helpful Count"},"goodsRevStarscrAvgVal":{"type":"number","format":"double","description":"Product Review Average Rating"},"fixamtFxrtGbCd":{"type":"string","description":"Product Instant Fixed Amount/Rate Type Code (MK005)"},"dcRateAmt":{"type":"integer","format":"int64","description":"Product Instant Discount Rate/Amount"},"dcRate":{"type":"integer","format":"int64","description":"Product Discount Rate"},"wishListCnt":{"type":"string","description":"Wishlist Count"},"goodsRepImgPathNm":{"type":"string","description":"Representative Image File Path"},"trnfTextCont":{"type":"string","description":"Representative Image Alt Text"},"adlCertiYn":{"type":"string","description":"Adult Verification Status"},"iconList":{"type":"array","description":"Icon Information","items":{"type":"string"}},"prcTimeDealYn":{"type":"string","description":"Time Deal Status"}}},"BulletinBoardAnswer":{"type":"object","description":"Post Reply DTO","properties":{"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansStatCd":{"type":"string","description":"Response Status Code (DP023)"},"ansStatNm":{"type":"string","description":"Reply Status Name"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","description":"System Modification Date/Time"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}}}
```

## Download Attachment

> \## Function Description\
> \* Downloads an attachment.\
> \---\
> \## Detailed Description\
> \* Login is required.\
> \* Download is only possible when the logged-in account has read permission (DP032) for the bulletin board.\
> \* The download count is increased by 1.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Display API","version":"v1"},"servers":[{"url":"https://api-display.x2bee.com/api/display/","description":"prd"}],"paths":{"/v1/bulletinBoard/downloadBulletinBoardFile":{"get":{"tags":["Bulletin Board"],"summary":"Download Attachment","description":"## Function Description\n* Downloads an attachment.\n---\n## Detailed Description\n* Login is required.\n* Download is only possible when the logged-in account has read permission (DP032) for the bulletin board.\n* The download count is increased by 1.\n","operationId":"downloadBulletinBoardFile","parameters":[{"name":"bulletinBoardAtchFile","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BulletinBoardAtchFile"}},{"name":"Authorization","in":"header","description":"Access Token","required":false}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}}},"components":{"schemas":{"BulletinBoardAtchFile":{"type":"object","description":"Post Attachment DTO","properties":{"bbcId":{"type":"string","description":"Post ID"},"contGbCd":{"type":"string","description":"Content Type Code (DP026)"},"fileSeq":{"type":"integer","format":"int64","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}}}}}
```
