1. Lock
Smart lock
English
  • 中文
  • English
  • Auth
    • Login
      POST
    • Code
      POST
    • Register
      POST
  • Lock
    • Query all locks held by the current user
      GET
    • Query the current lock details information
      GET
  • Password
    • Query all passwords of the current user
      GET
    • Time-limited password (offline password)
      POST
    • Single-time password (offline password)
      POST
    • Permanent password (offline password)
      POST
    • Clear the password (using this password to unlock, so the password will become invalid)
      POST
    • Cyclic cipher (offline cipher)
      POST
    • Password details
      GET
    • Delete password
      POST
    • Add password interface (to be called after the password is generated)
      POST
    • Change password
      POST
  • Bluetooth command
    • Add Lock Use
      POST
    • Modify Lock User
      POST
    • Delete Lock User
      POST
    • Read Door Lock Settings
      POST
    • Initialize Door Lock
      POST
    • Sync Door Lock Users
      POST
    • Sync Door Lock Operation Records
      POST
    • Get Lock Report Command Operations
      POST
    • Issue Door Lock Settings
      POST
    • Bind Door Lock
      POST
    • Issue 4G Module Association
      POST
    • Issue Door Lock Operations
      POST
  • Card
    • 上报卡数据(添加卡)
    • 删除卡
    • 获取当前用户卡列表
    • 卡详情
    • 修改卡
  • Fingerprint
    • 删除指纹
    • 上报指纹数据(添加指纹)
    • 获取当前指纹用户列表
    • 指纹详情
    • 修改指纹
  • Remote control
    • 删除遥控
    • 上报遥控数据(添加遥控)
    • 获取当前遥控用户列表
    • 遥控详情
    • 修改遥控
  • Face
    • 删除人脸
    • 上报人脸数据(添加人脸)
    • 获取当前人脸用户列表
    • 人脸详情
    • 修改人脸
  • Fingerprint
    • 删除掌纹
    • 上报掌纹数据(添加掌纹)
    • 获取当前掌纹用户列表
    • 掌纹详情
    • 修改掌纹
  • Door lock reports to the update server
    • 门锁删除
    • 保存系统设置
    • 同步门锁记录(同步锁端未上报的记录)
    • 保存锁端用户
    • 保存门锁设置
    • 保存门锁记录,当前指令是0300调用保存
    • 上报门锁绑定0700
    • 4G模组关联上报
  • Operation Record
    • 获取当前用户操作记录
    • 删除操作记录
    • 门锁记录(无告警)
  • Gateway
    • 查询所有网关
    • 下发网关解绑门锁关联
    • 网关与服务端用户解绑
  • Card issuing machine related interfaces
    • 绑定发卡机方法1
    • 删除发卡机
    • 删除在线卡片
    • 制作在线卡到门锁设备
    • 制作酒店公寓离线卡
    • 在线卡保存
    • 下发开始采集指纹数据指令
    • 下发终止采集指纹数据指令
    • 解绑发卡机
    • 绑定发卡机方法2
    • 同步下发指纹数据到门锁设备
  • 4G Direct Connection
    • 下发直连模块关联门锁指令
    • 上报直连模块关联结果
    • 检测直连模块状态
    • 4G下发密码
  • 数据模型
    • 数据
    • 上报
    • 修改
    • 上报commonFormatData
    • 离线密码
    • 指令通用数据模型
  1. Lock

Query the current lock details information

开发中
GET
/locks/queryById

请求参数

Query 参数

Header 参数

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "total": 0,
    "data": {
        "id": "string",
        "lockNumber": "string",
        "lockSn": "string",
        "lockUsername": "string",
        "lockStatus": "string",
        "userId": "string",
        "userType": "string",
        "unlockType": null,
        "roomStatus": null,
        "electricity": "string",
        "featureCodes": "string",
        "doubleVerify": "string",
        "evUpdateTime": null,
        "mac": "string",
        "virtuallyId": null,
        "timesTamp": "string",
        "pwAdmin": "string",
        "newPwAdmin": null,
        "electricalVoltage": "string",
        "lockoutTime": "string",
        "lockLanguage": "string",
        "pickProof": "string",
        "lockSysTime": "string",
        "lockMode": "string",
        "isAlwaysOpen": "string",
        "isLocked": "string",
        "connectStatus": "string",
        "electronLock": "string",
        "doorDirection": null,
        "rearDoorContact": null,
        "lockBodySettings": null,
        "torqueSetting": null,
        "lockbackTime": null,
        "staySettings": null,
        "radarSettings": null,
        "lockoutTimeNew": null,
        "serverKeys": "string",
        "lockKeys": "string",
        "boundGateway": null,
        "lockOnlineStatus": "string",
        "statusFlags": null,
        "createTime": "string",
        "updateTime": "string",
        "delFlag": "string",
        "currentVersion": null,
        "latestVersion": null,
        "agreementType": "string",
        "timeZone": null,
        "moduleAlly": "string",
        "lockOpen": null,
        "lockImsi": null,
        "lockImei": null
    },
    "success": true
}
修改于 2026-05-13 09:49:49
上一页
Query all locks held by the current user
下一页
Query all passwords of the current user
Built with