DocsAPI ReferenceIo T/bff/iot-lock/lock-electric-quantity-list
getIo TAdmin BFF

/bff/iot-lock/lock-electric-quantity-list

Returns the history of battery level (electric quantity) readings for a specific lock. Each entry records the battery percentage at a given point in time. Useful for monitoring battery health trends and predicting when replacement is needed.

IoTgetBffIot-lockLock-electric-quantity-list

Parameters

1 query

1 total
Query · 1
idstringRequired

TTLock lock ID (from TTLock API).

Request

GET /bff/iot-lock/lock-electric-quantity-list

get
curl -X GET "https://api.bizkithub.com/bff/iot-lock/lock-electric-quantity-list?id=12345" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "quantity": 0
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key