# 潛水錶管理_潛水錶清單 **API 修改紀錄** |版本|日期|備註| | ------------ |------------ |------------ | | v1 |2024/02/15| 發佈 | | v1.1 |2024/03/01| 新增顯示id | | v1.2 |2024/05/20| 新增顯示日誌時間戳記紀錄 | **潛水錶管理_潛水錶清單** #### 網址 https://{domain}/api/v1/member-to-device/index #### Http Method GET #### HTTP Header accept-language : language code apikey : apk key #### HTTP Request Body 傳入參數 |欄位名稱|必填|型態|欄位|備註| | ------------ | :-----------: |:-----------: |------------ |------------ | #### HTTP Response 回傳參數 |Name|Type|說明| | ------------ | ------------ |------------ | |id |int |唯一id| |remoteId |int |手錶id| |imageUrl |int |手錶照片 | |platformName |int |手錶型號 | |sn |int |手錶序號 | |sync_time |int |日誌時間戳記紀錄 | #### Request Header Authoriztion ```json { "accept-language" : "en", //or 'zh_tw' "apikey" : "api key string" } ``` #### Json Example Response Json Success ```json { "status": true, "code": 200, "message": "成功", "result": { "pageCount": 1, "data": [ { "id":1, "remoteId": "3C212D1C-545C-B0AF-6710-E117A65AA568", "imageUrl": "https://crest-api.local.com/cms/v1/file/response/device/22/235959/febb327e858901979d48b8ad00060bd9", "platformName": "Crest-CR4", "sync_time": 1716186227, "sn": "213123123" } ] } } ```
×
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