Get Comments by post Id

METHOD

GET

URL EXAMPLE

/gistps/api/v1/post/:postId/comment

RESPONSE BODY EXAMPLE

[
    {
        "commentId": 1,
        "content": "저도 λ™μ˜ν•©λ‹ˆλ‹€",
        "created": "2021-08-12 09:25:54",
        "userId": 1
    },
    {
        "commentId": 2,
        "content": "저도 λ™μ˜ν•©λ‹ˆλ‹€",
        "created": "2021-08-12 09:26:46",
        "userId": 2
    }
]

Last updated