Skip to content

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

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"type": "string",
  
  
"ended_time": 0
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI