GET
/posts/{postId}/commentsList comments on a post
Returns all comments on a post as a threaded tree with nested replies
Parameters
| Name | In | Type | Description |
|---|---|---|---|
postIdrequired | path | string | Post ID |
Response
Threaded list of comments
| Field | Type | Description |
|---|---|---|
datarequired | any[] | |
meta | object |
Errors
401Unauthorized404Post not foundExample request
curl \
"https://feedback.quackback.io/api/v1/posts/:postId/comments" \
-H "Authorization: Bearer qb_your_api_key_here"