Last Updated on : 2023-06-21 07:12:55download
Query the configuration of check-in rules for a meeting room.
GET: /v2.0/iot-03/meeting-settings/signs
Parameter name | Type | Description |
---|---|---|
result | MeetingReservationSignConfigRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
enable_sign | String | The toggle of meeting check-in. |
sign_minute | Integer | The maximum number of minutes for check-in before the reserved time. |
GET: /v2.0/iot-03/meeting-settings/signs
{
"result": {
"sign_minute": 15,
"enable_sign": "Y"
},
"t": 1625053806220,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback