Get Post by postId

METHOD

GET

URL EXAMPLE

/gistps/api/v1/post/:postId

id: 게시물 고유 id

RESPONSE BODY EXAMPLE

{
    "id": 1,
    "comment": [],
    "title": "기숙사 ~에 대해 건의합니다",
    "description": "~한 문제 해결 바랍니다",
    "category": "분류1",
    "created": "2021-08-12",
    "answered": false,
    "accepted": 0,
    "userId": 1
}

Last updated