# 공통API

타 모듈에서 사용하기 위한 핵심 기능으로, 공통코드, 금칙어, 업무별 공지사항을 조회하여 필요한 정보를 얻을 수 있습니다.

***

## API 기능 목록

<table><thead><tr><th>API</th><th>설명</th><th width="121">Server</th><th width="110">메소드</th><th>비고</th></tr></thead><tbody><tr><td>공통코드 목록 조회</td><td>공통코드를 다건으로 조회합니다.</td><td>Common</td><td>POST</td><td> <a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getGrpCdList">🔗API 확인하기 ></a></td></tr><tr><td>금칙어 목록 조회</td><td>금칙어 목록을 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getBadwordList">🔗API 확인하기 ></a></td></tr><tr><td>공통코드 단건 조회</td><td>공통코드를 단건으로 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getGrp">🔗API 확인하기 ></a></td></tr><tr><td>공통코드 참조값1 조회</td><td>그룹코드와 ref1Val을 이용해 공통코드를 조회한다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getForwardCdCdNmFromStStdCdByGrpCdRef1Val">🔗API 확인하기 ></a></td></tr><tr><td>화면 고객알림 조회</td><td>FO 화면에 표시될 고객알림 목록을 조회합니다.</td><td>Common</td><td>GET</td><td><a href="http://api.x2bee.com/content?msa=common&#x26;depth=%EA%B3%B5%ED%86%B5&#x26;path=getContsList">🔗API 확인하기 ></a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

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

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

```
GET https://tech.x2bee.com/api-guide/store-front/common/api.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.
