Last Updated on : 2023-06-15 05:44:05
Query a meeting room by ID. The returned result includes the basic information about the meeting room.
GET: /v2.0/iot-03/meeting-rooms/{room_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
room_id | String | uri | true | The ID of a specified meeting room. |
Parameter name | Type | Description |
---|---|---|
result | MeetingRoomDetailRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The ID of a specified meeting room. |
name | String | The name of a specified meeting room. |
image_urls | List | The image of a specified meeting room. |
type | String | The type of a specified meeting room. Valid values:
|
address | String | The location of a specified meeting room. |
longitude | String | The longitude of a specified meeting room. |
latitude | String | The latitude of a specified meeting room. |
parent_asset_id | String | The group ID of a specified meeting room. |
range_type | String | The opening range of a specified meeting room. Valid values:
|
range_ids | List | The list of IDs that can be used to reserve a specified meeting room. |
room_status | String | The status of a specified meeting room. Valid values:
|
suspension_remark | String | The remarks on suspension. |
reservation_approved | String | Specifies whether to enable approval of the reservation. Valid values:
|
approval_process_id | String | The ID of the approval process for a specified meeting room. |
preemptible | String | Specifies whether a meeting room can be occupied by another person if the person who makes the reservation does not appear within the specified time. Valid values:
|
system_release | String | Specifies whether the reservation of a meeting room can be automatically released by the system. Valid values:
|
space | Integer | The number of people that can be accommodated in a specified meeting room. |
tag_codes | List | The tag code of a specified meeting room. |
template_id | String | The ID of a specified rule template. |
GET: /v2.0/iot-03/meeting-rooms/1410175631475462***
{
"tid": "e4fefb713787027e",
"result": {
"approval_process_id": "",
"address": "Floor 1",
"latitude": "",
"meeting_template_res": {
"blacklist_config": {
"enable_blacklist": "N"
},
"default_config": true,
"sign_config": {
"enable_sign": "N"
},
"template_name": "Default Template",
"template_id": "153189437637080****",
"reservation_config": {
"min_minute": 15,
"booking_date": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"end_time": "23:00",
"start_time": "07:00",
"max_hour": 3,
"max_day": 7,
"release_time": 10
}
},
"image_urls": [
"https://images.tuyacn.com/stone/1654671539***.jpg"
],
"range_type": "all",
"type": "normal",
"range_ids": [
],
"space": 1,
"room_status": "open",
"preemptible": "Y",
"parent_asset_id": "144818941421475****",
"name": "Room 1",
"tag_codes": [
],
"template_id": "153189437637080****",
"id": "153442952273519****",
"reservation_approved": "N",
"system_release": "Y",
"suspension_remark": "",
"longitude": ""
},
"t": 1655265745113,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback