Get additional lock settings information

https://api.sciener.com/v3/lock/getExtraSetting

This mainly includes information such as unauthorized alarms.

If no data is found when querying the cloud for unauthorized alarm information, you need to obtain the latest unauthorized alarm information through the Bluetooth APP SDK, gateway, or Wi-Fi lock channel.

1 Request example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYClient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
lockIdIntYLock ID
typeIntY0 - Retrieve information from the cloud 1 - Retrieve the latest unauthorized alarm information via gateway or Wi-Fi lock
dateLongYCurrent time (timestamp, in milliseconds)

3 Response and example

ParameterTypeDescription
unauthorizedAttemptAlertFlagIntUnauthorized alarm, 1 - On, 0 - Off
unauthorizedAttemptAlertCountIntUnauthorized alerts, number of failures, 0 indicates off.
unauthorizedAttemptAlertLockTimeIntUnauthorized alarm, lock time, unit - seconds
unauthorizedAttemptAlertPwdIntUnauthorized alarm, password flag: 1 - on, 0 - off
unauthorizedAttemptAlertCardIntUnauthorized alarm, IC card flag: 1 - On, 0 - Off
unauthorizedAttemptAlertFingerprintIntUnauthorized access alarm, fingerprint indicator, 1 - open, 0 - closed