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
Was this helpful?