List comments

Lists all comments.

Overview

Returns a paginated list of comments for all posts in all channels.

Pass the organization ID in the organization header.

You can use Pagination query parameters to improve performance.

To get a filtered list of comments, use the query parameters:

ParameterData typeDescription
parentString A parent comment ID.
The response will list all the child comments of this parent.
postString A post ID.
The response will list all the comments for this post.
sinceDateTime The response will list all the comment created on or after this date.
Language
Authorization
Header
Click Try It! to start a request and see the response here!