> 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-guide/api-guides-en/back-office/marketing-bo/event-comment-management.md).

# Event Comment Management

Provides the ability to effectively look up and manage event comments. Administrators can look up comments using various set search conditions, and hide or unhide them as needed.

***

## Key Features

* **Event Comment Inquiry**
  * Effectively look up the comments of a comment event by setting various search conditions such as the search period, event number/name, member ID/name, comment content, and hidden status.
  * Check the comment content through the preview of the selected event.
* **Comment Hide Processing and Unhiding**
  * Administrators can select comments to hide or unhide.
  * A hidden comment is not displayed on the MO; when unhidden, it is displayed again.
* **Comment Grid List Excel Download**
  * View the queried comment list in a grid, and download the data via Excel download as needed.

## Process Definition

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FNAlA2pGFgEWeyvFYEGMu%2F%E1%84%8B%E1%85%B5%E1%84%87%E1%85%A6%E1%86%AB%E1%84%90%E1%85%B3%20%E1%84%83%E1%85%A2%E1%86%BA%E1%84%80%E1%85%B3%E1%86%AF%20%E1%84%80%E1%85%AA%E1%86%AB%E1%84%85%E1%85%B5.png?alt=media&#x26;token=3cb537ba-0499-4d93-b838-eb7b5fc2fe18" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### List Inquiry

Looks up the comment list of all comment events by setting conditions.
{% endstep %}

{% step %}

### Detail Inquiry

When you click the event number in a row, the corresponding event detail is displayed. Reference: Event Information Management detail inquiry
{% endstep %}

{% step %}

### Comment Visibility Check

When a comment is hidden, the hidden status is set to “Y” and the comment is not displayed on the MO. When a comment is unhidden, the hidden status is set to “N” and the comment is displayed again on the MO.
{% endstep %}

{% step %}

### Preview

When you click the event name in a row, the corresponding MO event detail preview screen is called with the preview parameter (previewDate) set to “Y”.
{% endstep %}

{% step %}

### Excel Download

Downloads all comments in the grid currently displayed on the screen to Excel.
{% endstep %}
{% endstepper %}

## API Function List

<table><thead><tr><th width="131.22216796875">API</th><th width="326.2222900390625">Description</th><th width="94.666748046875">Server</th><th width="90.22216796875">Method</th><th>Notes</th></tr></thead><tbody><tr><td>Event Comment<br>Hide/Unhide Processing</td><td>Hides or unhides an event comment.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=marketing&#x26;depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EB%8C%93%EA%B8%80%20%EA%B4%80%EB%A6%AC&#x26;path=saveEventReplyMgmtBlindProc">🔗View API ></a></td></tr><tr><td>Event Comment<br>Inquiry List Inquiry</td><td>Looks up the event comment inquiry list.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=marketing&#x26;depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EB%8C%93%EA%B8%80%20%EA%B4%80%EB%A6%AC&#x26;path=getEventReplyMgmtList">🔗View API ></a></td></tr><tr><td>Event Comment<br>Count Inquiry</td><td>Looks up the event comment count.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=marketing&#x26;depth=%EC%9D%B4%EB%B2%A4%ED%8A%B8%20%EB%8C%93%EA%B8%80%20%EA%B4%80%EB%A6%AC&#x26;path=getEventReplyMgmtListCount">🔗View API ></a></td></tr></tbody></table>

## Terminology

<table><thead><tr><th width="167.333251953125">Term</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Display Period</td><td>The period during which the event is displayed in the event list. Once the display period for an event has ended, you can no<br>longer access its detail.</td><td></td></tr><tr><td>Entry Period (Event Period)</td><td>The period during which entries to the event are accepted</td><td></td></tr><tr><td>Drawing Event</td><td>An event in which winners are determined through a drawing</td><td></td></tr><tr><td>Non-Drawing Event</td><td>An event with immediate payout, or with no reward, instead of a drawing</td><td></td></tr></tbody></table>
