/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
Query · 1
idstringRequiredTTLock lock ID (from TTLock API).
Request
GET /bff/iot-lock/lock-electric-quantity-list
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.