DocsAPI ReferenceIo T/bff/iot-lock/unlock-record-list
getIo TAdmin BFF

/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

2 total
Query · 2
idstringRequired

TTLock lock ID (from TTLock API).

localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /bff/iot-lock/unlock-record-list

get
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.

Get API Key