v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get comment counts

Get the count of comments in one or more comment boards

get/comment-counts/

Query parameters

comment_board_idstring required

One or more comment board IDs (repeat the parameter for multiple)

relationship_typestring

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

relationship_from_profile_idstring

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.

Response

200

Example response

{
  "comment_counts": [
    {
      "comment_board_id": "e10f28e4-8226-4ab4-96c9-b53729cb1717",
      "top_level_comments_count": 19,
      "comments_count": 29
    }
  ]
}