Last Updated on : 2023-06-21 07:13:00download
Query the configuration of reservation rules for meeting rooms.
GET: /v2.0/iot-03/meeting-settings/reservations
Parameter name | Type | Description |
---|---|---|
result | MeetingRoomReservationConfigRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
booking_date | List | Available days. |
start_time | String | The start time of the reservation. |
end_time | String | The end time of the reservation. |
min_minute | Integer | The minimum number of minutes for a single reservation. |
max_hour | Integer | The maximum number of hours for a single reservation. |
max_day | Integer | The maximum number of available days before the reserved date. |
release_time | Integer | The maximum number of minutes to release a reservation if no one is present after the reserved time. |
GET: /v2.0/iot-03/meeting-settings/reservations
{
"result": {
"min_minute": 20,
"booking_date": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Sunday"
],
"end_time": "22:00",
"start_time": "08:30",
"max_hour": 2,
"max_day": 3,
"release_time": 2
},
"t": 1625053729293,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback