/bff/iot-lock/unlock-record-list
Returns a paginated list of unlock/lock history records for a specific lock. Each record includes the action type (unlock, lock, auto-lock, etc.), success status, timestamp, and the keyboard password used (if applicable). Record type labels are translated based on the provided locale.
IoTgetBffIot-lockUnlock-record-list
Parameters
2 query
Query · 2
idstringRequiredTTLock lock ID (from TTLock API).
localestringCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /bff/iot-lock/unlock-record-list
curl -X GET "https://api.bizkithub.com/bff/iot-lock/unlock-record-list?id=12345&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Paginated list of unlock/lock history records.
{
"items": [
{
"id": 0,
"success": false,
"recordType": "example_recordType",
"recordTypeFromLock": "example_recordTypeFromLock",
"keyboardPassword": "example_keyboardPassword"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.