v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get List of comment reports

get/comment-reports/

Query parameters

report_statusstring

pending/dismissed

client_idstring required
comment_idstring
comment_board_idstring

Headers

Authorizationstring required

Bearer Token

Response

200

countinteger
{"stackTrail":"paths:/comment-reports/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/comment-reports/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 3,
  "results": [
    {
      "id": "102d675b-d032-4bef-93da-22a436bb077f",
      "url": "https://cf-blast.livelikecdn.com/api/v1/comment-reports/102d675b-d032-4bef-93da-22a436bb077f/",
      "reported_by_id": "5f4ca978-d9c4-4a67-bb7a-f958a9a34b3d",
      "comment_id": "c1242634-e2ec-49a0-a800-bf37b03880c9",
      "comment": {
        "id": "c1242634-e2ec-49a0-a800-bf37b03880c9",
        "url": "https://cf-blast.livelikecdn.com/api/v1/comments/c1242634-e2ec-49a0-a800-bf37b03880c9/",
        "comment_board_id": "424c5476-0274-4887-8e37-ecd1b1db551d",
        "thread_comment_id": "c1242634-e2ec-49a0-a800-bf37b03880c9",
        "text": "eg",
        "author_id": "5f4ca978-d9c4-4a67-bb7a-f958a9a34b3d",
        "created_at": "2023-04-24T13:35:02.103305Z",
        "replies_url": "https://cf-blast.livelikecdn.com/api/v1/comments/?comment_board_id=424c5476-0274-4887-8e37-ecd1b1db551d&parent_comment_id=c1242634-e2ec-49a0-a800-bf37b03880c9",
        "is_reported": true,
        "comment_reports_count": 1,
        "dismiss_reported_comment_url": "https://cf-blast.livelikecdn.com/api/v1/comments/c1242634-e2ec-49a0-a800-bf37b03880c9/dismiss-reports/"
      },
      "description": "testing1",
      "report_status": "pending",
      "comment_board_id": "424c5476-0274-4887-8e37-ecd1b1db551d",
      "reported_at": "2023-04-24T13:35:27.472813Z"
    }
  ]
}