Oneport Docs
ApiV1WorkspacesSlugPostsPostidComments

/v1/workspaces/{slug}/posts/{postId}/comments

GET
/v1/workspaces/{slug}/posts/{postId}/comments

Path Parameters

slug*string
postId*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/acme/posts/post_01h455vb4pex5vsknk084sn02q/comments"
{  "items": [    {      "id": "string",      "postId": "string",      "parentId": "string",      "content": "string",      "isTeamMember": true,      "isPrivate": true,      "createdAt": "string"    }  ]}
{  "error": "string"}