v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Chat Room Memberships

get/{id}/memberships/

Path parameters

idstring required

Chat Room ID

Response

200

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

Example response

{
  "count": 2,
  "results": [
    {
      "id": "5c92f58f-f987-4269-8a32-83efa6693999",
      "url": "https://cf-blast.livelikecdn.com/api/v1/chat-room-memberships/5c92f58f-f987-4269-8a32-83efa6693999/",
      "profile": {
        "id": "26b0cae1-3890-486c-b6c0-0b36005c76d6",
        "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/26b0cae1-3890-486c-b6c0-0b36005c76d6/",
        "created_at": "2020-04-16T23:15:07.550000Z",
        "nickname": "Wise Bee",
        "subscribe_channel": "profile.26b0cae1-3890-486c-b6c0-0b36005c76d6",
        "chat_room_memberships_url": "https://cf-blast.livelikecdn.com/api/v1/profiles/26b0cae1-3890-486c-b6c0-0b36005c76d6/chat-room-memberships/"
      }
    }
  ]
}