We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api/club/{clubId}/board
{ "status": 200, "message": "READ_ALL_BOARD_SUCCESS", "data": [ { "clubId": 2, "boardId": 3, "name": "자유게시판", "description": "이것은 자유게시판 입니다!" } ] }