v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList Profiles for a Leaderboard View
Existing Profiles not in this set will be removed.
get/{id}/profiles/
Path parameters
idstring required
The Leaderboard View ID
Response
200
Example response
{
"count": 1,
"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/"
}
}
]
}