Sifely Open API
  1. Schemas
Sifely Open API
  • Overview
  • Quick start
  • OAuth Manager
    • Login
    • Get authorization_code
    • Get token refresh token
  • Key Manager
    • Get Ekeys by account
    • Send ekey
    • Delete ekey
  • Passcode Manager
    • Random a passcode with offline
    • Create passcode
    • Change passcode
    • Delete passcode
    • Get passcode
  • Lock Manager
    • Unlock a lock via gateway
    • Lock the lock via gateway
    • Get lock details
    • Get keys of a lock
    • Passcode list
    • Get Lock open state
    • Get the owner lock list of an account
  • Group Manager
    • Group list
  • Card Manager
    • Get IC card list
    • Assigns IC card
    • Delete a IC card from a lock
  • FingerPrint Manager
    • FingerPrint list
  • Records Manager
    • Get unlock records by lockId
  • Gateway Manager
    • Gateway details
    • Lock's gateways
    • Gateway's locks
  • Schemas
    • Schemas
      • ChallengeDTO
      • KeyListDTO
      • CommandsDTO
      • ListDTO
      • CookieDTO
      • CustomDataDTO
      • Devices
      • DevicesDTO
      • DirectiveDTO
      • PwdListDTO
      • EndpointDTO
      • ExecutionDTO
      • GoogleRequestVO
      • GoogleResponseVO
      • UserInfoDTO
      • Grant
      • Grantee
      • HeaderDTO
      • InputsDTO
      • LoginBody
      • ParamsDTO
      • PayloadDTO
      • RemindConfigVO
      • ResultWrapper«string»
      • RemindersConfigMembersVO
      • Result«List«RemindConfigVO»»
      • Result«string»
      • R«List«UserEntity»»
      • R«UserEntity»
      • R«string»
      • Scope
      • ScopeDTO
      • SmartHomeRequest
      • SysMessageTemplate
      • TableDataInfo
      • UserEntity
      • WixAddOrderVO
    • KeyInfo
    • CardInfo
    • FingerInfo
    • CardAddDTO
    • GroupInfo
    • LockDetailDTO
    • LockVersion
    • GatewayDetailDTO
    • OpenStateDTO
    • OauthDTO
    • PwdAddDTO
    • PwdInfo
    • ListByLockDTO
    • ListData«ListByLockDTO»
    • YesOrNotDTO
    • Page«CardInfo»
    • Page«FingerInfo»
    • ListData«ListLockDTO»
    • ResultWrapper«Map«string,string»»
    • Page«GroupInfo»
    • ListLockDTO
    • Page«KeyInfo»
    • Page«PwdInfo»
    • Page«RecordInfo»
    • RecordInfo
    • ResultWrapper«SysAppClientDetails»
    • ResultWrapper«object»
    • SysAppClientDetails
  1. Schemas

KeyListDTO(KeyListDTO)

{
    "list": [
        {
            "electricQuantity": 85,
            "endDate": 1628878944000,
            "featureValue": "6C4CD1F3",
            "groupId": 7619,
            "groupName": "Home Building 4",
            "hasGateway": 0,
            "isOnline": 0,
            "keyRight": 1,
            "keyStatus": "110401",
            "lockAlias": "Door Lock",
            "lockId": 532323,
            "lockMac": "68:9E:19:00:67:81",
            "lockName": "M102_ed8e8d",
            "noKeyPwd": "345634",
            "passageMode": 1,
            "remarks": "Water bill is due at the end of the month",
            "remoteEnable": 0,
            "startDate": 1528878944000,
            "userType": "110302"
        }
    ],
    "pageNo": 0,
    "pageSize": 0,
    "pages": 0,
    "total": 0
}
Built with