v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList comments
Query parameters
multiple comment_board_ids are accepted.
Comment thread ID
This will return all the replies to the parent_comment_id within that board
- created_at → default ordering, returns comments in ascending order of created_at 2. -created_at. → opposite of created at, returns comments in descending order of created_at, 3. reaction_count -> order by reaction_count , in desc order 4. -reaction_count -> opposite of reaction_count. 5. reply_count -> order by reply_count of a comments , in desc order 6. -reply_count -> opposite of reply_count 7. trending_score -> Order by trending score, most trending comment first 8. relationship -> at the top comments from author with specified relationship in order_relationship_type 9. -relationship -> opposite of relationship
Replies created time greater than or equal
Replies created time less than or equal
Set to true to return only top level comments
If the comment is a reply
Reported Comments
Whether deleted comments should be included. Setting is_deleted=False will exclude all deleted comments whether or not they have non-deleted replies.
Set to true to exclude deleted threads in response
Filters comments created after this time.
Filters comments created until this time.
if want to sort comments by reaction_count on a specific reaction_id, this requires ordering as reaction_count, -reaction_count
filters comment by key, value pair eg. ?attributes=key:value
Unique keys for profile relationship types (Example - follow, friend)
Profile UUID for the from_profile in a profile relationship. This parameter or an auth token for the from_profile is required with relationship_type.
Profile Id of mentioned user
Trending score greater than or equal to
Trending score less than or equal to
Filter comments that have been categorized as high quality passing all comment quality rules
Limit the number of comments for each passed comment board ID by a certain number
Returns a list of comments along with specified relationship between integrator and author at the top or bottom depends of ordering param. If this param is used ordering must have relationship or -relationship value.
Response
200