Query Check-in Rule

Last Updated on : 2023-06-21 07:12:55download

Query the configuration of check-in rules for a meeting room.

API address

GET: /v2.0/iot-03/meeting-settings/signs

Return parameter

Parameter nameTypeDescription
resultMeetingReservationSignConfigResThe returned result.

Description of result

Parameter nameTypeDescription
enable_signStringThe toggle of meeting check-in.
sign_minuteIntegerThe maximum number of minutes for check-in before the reserved time.

Request example

GET: /v2.0/iot-03/meeting-settings/signs

Return example

{
    "result": {
        "sign_minute": 15,
        "enable_sign": "Y"
    },
    "t": 1625053806220,
    "success": true
}

Error code

For more information, see error code.