get https://api.fanheroapi.com/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:
Parameter | Data type | Description |
---|---|---|
parent | String | A parent comment ID. The response will list all the child comments of this parent. |
post | String | A post ID. The response will list all the comments for this post. |
since | DateTime | The response will list all the comment created on or after this date. |