Parameter | Description |
---|---|
Room ID | The ID of the room to get details of. Can be retrieved from the List Rooms action. |
{
"id": "<string>",
"title": "<string>",
"type": "<string>",
"isLocked": false,
"lastActivity": "2017-03-21T08:01:49.475Z",
"creatorId": "<string>",
"created": "2002-03-16T19:59:16.869Z",
"ownerId": "<string>",
"isPublic": false,
"isReadOnly": false
}
Was this page helpful?