v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPosts > Comment
Reads all Comments
Reads all Comments
get/api/2026-07-01/resources/posts/comments
Query parameters
post_ids[]string[] required
identifiers of the post
identifiers of the post
[ "1", "2", "3" ]
ids[]string[]
identifiers of the comment
identifiers of the comment
[ "1", "2", "3" ]
Response
OK
Example response
{
"data": [
{
"id": "1",
"post_id": "1",
"author_id": "1",
"text": "How is the week going Ana?",
"created_at": "2024-07-17T00:00:00Z"
}
]
}