GET Chat
Get Room Details
This will return all the settings for the room and the participant count but not the participant list.
This method requires authentication.
This will return all the settings for the room and the participant count but not the participant list.
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The TalkLabs application ID assigned to your account.
Example:your-app-id roomid path string TalkLabs ID required
The TalkLabs assigned room ID returned when the room was created.
Example:room-id Response
Status codes
Every JSON response uses the API result envelope.
200 OK ApiResult 400 Bad Request ApiResult 404 Not Found ApiResult 500 Internal Server Error ApiResult Example response · 200
{
"message": "Success",
"errors": {},
"data": {
"kind": "chat.room",
"id": "600d78d45617e20e34c39dd5",
"appid": "600d78305617e20e34c39bb2",
"ownerid": null,
"name": "New York City Chat (Post-Moderated)",
"description": "Live from the top of the Empire State Building",
"pictureurl": "",
"customtype": "",
"customid": "new-york-city-club",
"custompayload": "",
"customtags": [],
"customfield1": "",
"customfield2": "",
"enableactions": true,
"enableenterandexit": true,
"open": true,
"inroom": 5,
"added": "2021-01-24T13:40:36.5938847Z",
"whenmodified": "2021-02-10T21:56:01.7549454Z",
"moderation": "post",
"maxreports": 0,
"enableprofanityfilter": true,
"delaymessageseconds": 0,
"bouncedusers": [],
"flaggedusers": [
"u-8842"
],
"shadowbannedusers": [],
"reportedusers": [
{
"userid": "u-8842",
"reportedbyuserid": "userid_abelincoln",
"reason": "abuse",
"added": "2021-02-05T16:19:04.2278254Z"
}
]
}
}