v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List a User's Chat Room Memberships

get/{id}/chat-room-memberships/

Path parameters

idstring required

Profile ID

Response

200

countinteger
{"stackTrail":"paths:/{id}/chat-room-memberships/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/{id}/chat-room-memberships/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 1,
  "results": [
    {
      "id": "2bd41d2c-423a-4229-b6db-7909bc002e53",
      "url": "https://cf-blast.livelikecdn.com/api/v1/chat-room-memberships/2bd41d2c-423a-4229-b6db-7909bc002e53/",
      "chat_room": {
        "id": "f4dcf209-4ba5-467d-ba16-fc15ac55b1cf",
        "url": "https://cf-blast.livelikecdn.com/api/v1/chat-rooms/f4dcf209-4ba5-467d-ba16-fc15ac55b1cf/",
        "client_id": "UEvoLS228uG6sazor9oeX29IJ3zPwVZDZ2bdCGW2",
        "title": "My Chat Room",
        "created_at": "2020-04-28T14:55:00.042359Z",
        "content_filter": "none",
        "channels": {
          "chat": {
            "pubnub": "chatroom.f4dcf209-4ba5-467d-ba16-fc15ac55b1cf"
          },
          "reactions": {
            "pubnub": "chatroomreactions.f4dcf209-4ba5-467d-ba16-fc15ac55b1cf"
          }
        },
        "upload_url": "https://cf-blast.livelikecdn.com/api/v1/chat-rooms/f4dcf209-4ba5-467d-ba16-fc15ac55b1cf/upload/",
        "memberships_url": "https://cf-blast.livelikecdn.com/api/v1/chat-rooms/f4dcf209-4ba5-467d-ba16-fc15ac55b1cf/memberships/",
        "sticker_packs_url": "https://cf-blast.livelikecdn.com/api/v1/sticker-packs/?chat_room_id=5052ea2f-0cb4-4fb6-bec8-fe275826b266",
        "reaction_packs_url": "https://cf-blast.livelikecdn.com/api/v1/reaction-packs/?chat_room_id=5052ea2f-0cb4-4fb6-bec8-fe275826b266"
      }
    }
  ]
}