Skip to content

Fetch All Doors

GET
/api/v1/developer/doors

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"full_name": "string",
  
  
  
"floor_id": "string",
  
  
  
"type": "string",
  
  
  
"is_bind_hub": true,
  
  
  
"door_lock_relay_status": "string",
  
  
  
"door_position_status": "string"
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI