List comments

Query Params
string
required

multiple comment_board_ids are accepted.

string

Comment thread ID

string

This will return all the replies to the parent_comment_id within that board

string
enum
Defaults to created_at
  1. 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
Allowed:
string

Replies created time greater than or equal

string

Replies created time less than or equal

boolean

Set to true to return only top level comments

boolean

If the comment is a reply

boolean

Reported Comments

boolean

Whether deleted comments should be included. Setting is_deleted=False will exclude all deleted comments whether or not they have non-deleted replies.

boolean

Set to true to exclude deleted threads in response

date

Filters comments created after this time.

date

Filters comments created until this time.

string

if want to sort comments by reaction_count on a specific reaction_id, this requires ordering as reaction_count, -reaction_count

string

filters comment by key, value pair eg. ?attributes=key:value

string

Unique keys for profile relationship types (Example - follow, friend)

string

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.

string

Profile Id of mentioned user

number
number
boolean

Filter comments that have been categorized as high quality passing all comment quality rules

number

Limit the number of comments for each passed comment board ID by a certain number

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json