Skip to content
UniFi Access API Docs
Search
K
Main Navigation
Detailed Docs
API Quick Search
Usage
English
繁體中文
English
繁體中文
Appearance
Menu
Return to top
Fetch Door Locking Rule
GET
/api/v1/developer/doors/{id}/lock_rule
Available since v1.24.6
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
string
Required
Responses
200
400
401
403
Successful response
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
"string"
,
"msg"
:
"string"
,
"data"
:
{
"type"
:
"string"
,
"ended_time"
:
0
}
}
GET
/api/v1/developer/doors/{id}/lock_rule
Playground
Server
Select a server...
Authorization
bearerAuth
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI