v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Replies to Profile's Comments

This API endpoint retrieves all replies made by other users to comments created by a specific profile. For example, if a profile named "ray" has created 10 comments, this API will list all the replies made to those 10 comments by other users.

get/profiles/{profile-id}/comment-replies/

Query parameters

sincestring

Filters all the replies since this time

untilstring

Filter all the replies until this time

comment_board_idstring

Filters all the comments for this comment_board

Headers

Authorizationstring required

Response

200

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

Example response

{
  "count": 4,
  "results": [
    {
      "id": "55ba4782-1eb1-4c3e-a38d-622d3bd9acde",
      "url": "https://cf-blast.livelikecdn.com/api/v1/comments/55ba4782-1eb1-4c3e-a38d-622d3bd9acde/",
      "comment_board_id": "e7f24ae6-5c14-4e04-ae4e-190ea83c6098",
      "parent_comment_id": "c1e5e200-aa8d-4806-8905-6c7adce1097a",
      "thread_comment_id": "c1e5e200-aa8d-4806-8905-6c7adce1097a",
      "text": "Reply 1 to Parent Message 1",
      "comment_depth": 1,
      "author_id": "3aa0c291-bd9a-4ce1-8789-027719b31607",
      "author": {
        "id": "3aa0c291-bd9a-4ce1-8789-027719b31607",
        "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/",
        "created_at": "2021-08-16T12:22:53.359562Z",
        "nickname": "Avinash",
        "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/badges/",
        "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/badge-progress/",
        "subscribe_channel": "profile.3aa0c291-bd9a-4ce1-8789-027719b31607",
        "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/chat-room-memberships/",
        "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/reward-item-credits/",
        "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/reward-item-debits/",
        "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/reward-item-balances/",
        "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/reward-item-transfers/",
        "block_profile_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/",
        "blocked_profiles_template_url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/?blocked_profile_id={blocked_profile_id}",
        "blocked_profile_ids_url": "https://cf-blast.livelikecdn.com/api/v1/blocked-profile-ids/",
        "leaderboards_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/leaderboards/",
        "leaderboard_views_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/leaderboard-views/",
        "earned_badges_url": "https://cf-blast.livelikecdn.com/api/v1/earned-badges/?profile_id=3aa0c291-bd9a-4ce1-8789-027719b31607",
        "redemption_keys_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/3aa0c291-bd9a-4ce1-8789-027719b31607/redemption-keys/"
      },
      "created_at": "2024-07-24T06:15:16.148899Z",
      "replies_url": "https://cf-blast.livelikecdn.com/api/v1/comments/?comment_board_id=e7f24ae6-5c14-4e04-ae4e-190ea83c6098&parent_comment_id=55ba4782-1eb1-4c3e-a38d-622d3bd9acde&is_reply=True&thread_comment_id=c1e5e200-aa8d-4806-8905-6c7adce1097a",
      "dismiss_reported_comment_url": "https://cf-blast.livelikecdn.com/api/v1/comments/55ba4782-1eb1-4c3e-a38d-622d3bd9acde/dismiss-reports/"
    }
  ]
}