兔盯云智能手环心率API获取
心率管理
获取心率数据(tsp.hearts.get)
服务地址
GET https://openapi.xu5g.com/tsp/hearts/get
业务描述
根据设备号、时间范围查询设备心率数据列表
请求参数
返回参数
请求实例
Plain Text
curl
-X GET
-G
-H "token:eyJhbGciOiJIUzI1Ni..."
-d "page=1"
-d "limit=10"
-d "start_time=2021-01-01 13:00:00"
-d "end_time=2021-04-01 13:00:00"
-d "uuid=1000-0-4-863659040942004"
-d "imei_sn=863659040942004"
-d "sort=asc"
https://openapi.xu5g.com/tsp/hearts/get
{
"status": 0,
"message": "操作成功",
"data": {
"result": [
{
"created": "2021-03-23 23:58:51",
"heart_rate": 91,
"id": 1616515142,
"imei_sn": "863659040942004",
"primary_key": "b99340b2f2ead2b04d056514dd1dfde1",
"prisoner_id": 0,
"user_id": 1043,
"uuid": "1000-0-1043-863659040942004"
}
],
"total": 94
}
}
获取最近一次测量的心率数据(tsp.heart.get)
服务地址
GET https://openapi.xu5g.com/tsp/heart/get
业务描述
根据设备号或者uuid获取最近一次测量的心率数据
请求参数
返回参数
请求实例
Plain Text
curl
-X GET
-G
-H "token:eyJhbGciOiJIUzI1Ni..."
-d "uuid=1000-0-4-863659040942004"
-d "imei_sn=863659040942004"
https://openapi.xu5g.com/tsp/heart/get
{
"status": 0,
"message": "操作成功",
"data": {
"primary_key": "b99340b2f2ead2b04d056514dd1dfde1",
"id": 1616578758,
"imei_sn": "863659040942004",
"uuid": "1000-0-1043-863659040942004",
"product_id": 0,
"heart_rate": 76,
"created": "2021-03-24 17:39:11"
}
}
获取心率数据上报时间间隔(tsp.heart.upload.get)
服务地址
GET https://openapi.xu5g.com/tsp/heart/upload/get
业务描述
根据设备号获取心率数据上报的时间间隔
请求参数
返回参数
请求实例
Plain Text
curl
-X GET
-G
-H "token:eyJhbGciOiJIUzI1Ni..."
-d "imei_sn=863659040942004"
https://openapi.xu5g.com/tsp/heart/upload/get
{
"status": 0,
"message": "操作成功",
"data": {
"heart_upload":300
}
}
设置心率数据上报时间间隔(tsp.heart.upload.set)
服务地址
PUT https://openapi.xu5g.com/tsp/heart/upload/set
业务描述
根据设备号设置心率数据上报时间间隔
请求参数
请求实例
Plain Text
curl
-X PUT
-G
-H "token:eyJhbGciOiJIUzI1Ni..."
-d "imei_sn=863659040942004"
https://openapi.xu5g.com/tsp/heart/upload/set
{
"status": 0,
"message": "操作成功",
"data": null
}
兔盯云提供以智能手表、手环、考勤机、蓝牙网关等成熟的智能硬件,同时对应提供完善、稳定的硬件API接入及被动消息推送能力。供需要智能硬件来完善产品板块的企业可以快速接入,减少寻找硬件、测试硬件、调试对接、搭建硬件平台等海量时间和资金成本,极速创建或融合基于智能硬件业务场景的应用。
特别声明:以上内容(如有图片或视频亦包括在内)为自媒体平台“网易号”用户上传并发布,本平台仅提供信息存储服务。
Notice: The content above (including the pictures and videos if any) is uploaded and posted by a user of NetEase Hao, which is a social media platform and only provides information storage services.