Get Comments by post Id
METHOD
GETURL EXAMPLE
/gistps/api/v1/post/:postId/commentRESPONSE 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
Was this helpful?