GET {{baseUrl}}/users/:userId/collaboration_devices/:collaborationDeviceId
Get collaboration device detail. For user-level apps, pass the Scopes: Rate Limit Label: me
value instead of the userId
parameter.user:read:admin
,user:read
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"device_name": "<string>",
"room_name": "<string>",
"room_user_id": "<string>",
"status": "Offline"
} |
ENDPOINTS