# 일반 게시판

기본 스킨에서는 5개의 일반 게시판을 제공합니다. (공지사항, FAQ, 자유 게시판, 이벤트/혜택, 메모 게시판)

일반 게시판은 어드민 아래 경로에서 설정이 가능합니다.&#x20;

```
shop by basic/pro : 게시판 > 게시판 관리 > 게시판 리스트
shop by premium : 운영관리 > 게시판 관리
```

#### ◼︎ 일반 게시판 목록

<figure><img src="/files/ri8mNE2qakf84SHvMy2o" alt=""><figcaption></figcaption></figure>

일반 게시판 접근 시 해당 게시판의 게시글 리스트를 조회합니다.

> [GET /boards/{boardNo}/articles](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/search-posts)
>
> ► 게시글 리스트 조회하기\
> 특정 게시판 (게시판 번호 기준)의 게시글 리스트를 조회합니다.&#x20;

기본 스킨의 경우 일반 게시판은 리스트형으로 제공되며, 아래 항목으로 리스트를 구성합니다.

* 번호, 제목(첨부파일 여부), 조회수, 작성자, 작성일

#### ◼︎ 게시글 등록

\[글쓰기] 버튼은 게시판 설정에 따라 노출/미노출됩니다. \
회원 / 비회원에 따라 다른 화면이 노출됩니다.

#### 회원 (member)

<figure><img src="/files/1flpPLBuSUiH5EQuGD3e" alt=""><figcaption></figcaption></figure>

> [POST /boards/{boardNo}/articles](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/add-post)
>
> ► 게시글 작성하기\
> 게시글을 작성할 수 있습니다.&#x20;

회원이 게시글 등록 시 작성자명은 회원 정보를 자동으로 출력하며, 수정이 불가합니다. \
비밀글 설정 여부, 첨부파일 가능여부는 게시판 설정에서 설정이 가능합니다.

#### 비회원 (guest)

비회원 게시글 등록인 경우 입력란이 모두 비어있으며 작성자가 직접 입력할 수 있습니다.\
비회원 게시글 등록 시 '작성 비밀번호' 입력할 수 있는 영역이 추가되어야 합니다.\
비회원 게시글 등록 시에는 '비회원 글작성 이용동의' 약관 체크가 추가되어야 합니다.&#x20;

<figure><img src="/files/5OlCHD114hJpLtDqjPt5" alt=""><figcaption></figcaption></figure>

#### ◼︎ 게시글 상세

게시글 제목 클릭 시 게시글 상세 페이지로 이동합니다.&#x20;

<figure><img src="/files/UqPc2PGe7LOtaIt6A0C8" alt=""><figcaption></figcaption></figure>

> [GET /boards/{boardNo}/articles/{articleNo}](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/get-post)
>
> ► 게시글 상세 조회하기\
> 특정 게시글 (게시글 번호 기준)을 상세 조회할 수 있습니다.&#x20;

> [GET /boards/{boardNo}/articles/{articleNo}/replies](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/reply-posts)
>
> ► 게시글 답글 리스트 조회하기 \
> 게시글의 답글 리스트를 조회할 수 있습니다.&#x20;

게시글 답글은 어드민 설정에서 사용여부에 따라 노출됩니다.&#x20;

{% hint style="info" %}
비회원 게시글의 경우, 해당 게시글의 작성 비밀번호를 입력해야 합니다.&#x20;
{% endhint %}

#### ◼︎ 게시글 수정/삭제

게시글 수정/삭제는 작성자 본인만 가능하여 회원 엑세스 토큰 accessToken 은 요청 시 필수로 입력해야 합니다.

> [PUT /boards/{boardNo}/articles/{articleNo}](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/modify-post)
>
> ► 게시글 수정하기\
> 게시글을 수정할 수 있습니다.&#x20;

> [DELETE /boards/{boardNo}/articles/{articleNo}](https://docs.shopby.co.kr/?url.primaryName=manage/#/Board/remove-post)
>
> ► 게시글 삭제하기\
> 게시글을 삭제할 수 있습니다.

{% hint style="info" %}
비회원 게시글의 경우, 해당 게시글의 작성 비밀번호를 입력해야 합니다.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

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

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

```
GET https://workspace-help.nhn-commerce.com/aurora-guide/api-1/board.md?ask=<question>
```

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

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