We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api/club/{clubId}/board/{boardId}/post
{ "status": 200, "message": "READ_ALL_POST_SUCCESS", "data": [ { "clubId": 2, "boardId": 3, "postId": 15, "title": "게시글 생성 처음" }, { "clubId": 2, "boardId": 3, "postId": 16, "title": "게시글 생성 처음" } ] }