# 潛水錶管理_潛水錶指令值 **API 修改紀錄** |版本|日期|備註| | ------------ |------------ |------------ | | v1 |2024/06/12| 發佈 | **潛水錶管理_潛水錶指令值** 取得會員潛水錶指令值 #### 網址 https://{domain}/api/v1/member-to-device/command #### Http Method GET #### HTTP Header accept-language : language code apikey : apk key #### Query Params |欄位名稱|必填|型態|欄位|備註| | ------------ | :-----------: |:-----------: |------------ |------------ | |serial_number|Y|string|序號 #### HTTP Response 回傳參數 |Name|Type|說明| | ------------ | ------------ |------------ | |result |array |指令值 | #### Request Header Authoriztion ```json { "accept-language" : "en", //or 'zh_tw' "apikey" : "api key string" } ``` #### Json Example Request Json ```json ``` Response Json Success ```json { "status": true, "code": 200, "message": "success", "result": [ "0xA0", "0x00", "0x00", "0x00", "0xFF" ] } ``` Response Json Error
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up