Room Details
Description
This endpoint retrieves the details of the specific room.
HTTP Method
get
URL
/api/Room/{roomID}/{languageid}
Path Parameters
| Name | Type |
|---|---|
| roomID | required <integer> |
| languageid | required <integer> Default value : 1 |
Query Parameters
| Name | Type |
|---|---|
| api-version | optional <string> |
Response
{
"SiteID": 0,
"RoomID": 0,
"Occupancy": 0,
"IsActive": true,
"RoomName": "string",
"IsConflictCheck": true,
"StartBufferMins": 0,
"EndBufferMins": 0,
"EmailAddress": "string"
}
Example
{
"SiteID": 123,
"RoomID": 456,
"Occupancy": 35,
"IsActive": true,
"RoomName": "Conference Room A",
"IsConflictCheck": true,
"StartBufferMins": 15,
"EndBufferMins": 15,
"EmailAddress": "rooma@company.com"
}
Success Response
Code: 200 OK