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

Get Lock open state

test-envirement
https://dev-alexa.sifely.com
test-envirement
https://dev-alexa.sifely.com
GET
/v3/lock/queryOpenState

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev-alexa.sifely.com/v3/lock/queryOpenState?lockId'

Responses

🟢200OK
*/*
OK
Body

Example
{
    "state": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-01-23 03:56:39
Previous
Passcode list
Next
Get the owner lock list of an account
Built with