Fetch Single Room API
This API is used for fetching a single room in LMS.
Request URL:
https://people.zoho.com/api/v1/rooms/<roomId>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.READ
Possible Operation Types:
ALL - Complete access to data
READ - Only to fetch data
Method:
GET
Request Parameters
Parameters | Values Allowed | Default Value | Description |
startIndex | <integer> | 0 | Specify from which record the response must be fetched |
Request
Copiedhttps://people.zoho.com/api/v1/rooms/219225000000645249
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": "200",
"message": "success",
"room": {
"name": "Room One",
"location": {
"locationId": "219225000000645239",
"name": "ZOHO, CHENNAI"
},
"facilities": [
"WiFi",
"Chairs with writing pad"
],
"roomId": "219225000000645249",
"capacity": "12"
}
}