Get
Function
This API is used to get Access Control > Authentication Settings parameters.
Request Message
Parameter Description
See AccessControl > AuthenticationSettings > Range > Parameter Description > Table 1 for parameter description.
Sample:
POST /API/AccessControl/AuthenticationSettings/Get HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
See AccessControl > AuthenticationSettings > Range > Parameter Description > Table 2 for parameter description.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {"channel_info": {"CH1": {
"recognition_interval": 10,
"authentication_interval": 600,
"alarm_of_max_failed_attempts": true,
"max_authentication_failed_attempts": 10,
"tampering_detection": true
}}}
}
Error Code
See Response Messages Body and Common error_code for more information.