Get Answer by answerId

METHOD

GET

URL EXAMPLE

/gistps/api/v1/answer/:postId

id:답 고유 id

RESPONSE BODY EXAMPLE

{
    "id": 1,
    "title": "RE:기숙사 ~에 대해 건의합니다",
    "description": "안녕하세요 ~한 문제에 대한 답변입니다",
    "category": "분류1",
    "created": "2021-08-30",
    "userId": 1
}

Last updated

Was this helpful?