v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get blocked profiles

get/profile-blocks/

Query parameters

blocked_profile_idstring

profile id who has been blocked

Response

200

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

Example response

{
  "count": 1,
  "results": [
    {
      "id": "bb24c17d-ab00-4085-9c0d-c3f1136de5f5",
      "url": "https://cf-blast.livelikecdn.com/api/v1/profile-blocks/bb24c17d-ab00-4085-9c0d-c3f1136de5f5/",
      "blocked_profile_id": "f394d2cc-e7a3-4b73-9bed-81b38022f718",
      "blocked_by_profile_id": "76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1",
      "blocked_profile": {
        "id": "f394d2cc-e7a3-4b73-9bed-81b38022f718",
        "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/",
        "created_at": "2021-11-04T16:02:37Z",
        "nickname": "Happy Giraffe",
        "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/badges/",
        "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/badge-progress/",
        "subscribe_channel": "profile.f394d2cc-e7a3-4b73-9bed-81b38022f718",
        "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/chat-room-memberships/",
        "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/reward-item-credits/",
        "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/reward-item-debits/",
        "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/reward-item-balances/",
        "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f394d2cc-e7a3-4b73-9bed-81b38022f718/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_by_profile": {
        "id": "76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1",
        "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/",
        "created_at": "2021-11-10T07:01:49Z",
        "nickname": "Snarky Winner",
        "badges_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/badges/",
        "badge_progress_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/badge-progress/",
        "subscribe_channel": "profile.76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1",
        "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/chat-room-memberships/",
        "reward_item_credit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/reward-item-credits/",
        "reward_item_debit_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/reward-item-debits/",
        "reward_item_balances_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/reward-item-balances/",
        "reward_item_transfer_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/76b6db04-8e0c-47a7-ae6a-0c6e7958fcc1/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}"
      }
    }
  ]
}