接口简介
- 读取app的使用时长数据
接口请求说明
请求方式
GET https://站点接口域名/openapi/stats/durations
请求参数
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
platform | string | ✅ | app系统平台,android/ios |
start_date | string | ✅ | 开始时间 |
end_date | string | ✅ | 结束时间 |
period_type | string | daily:单次使用时长 daily_per_launch:日使用时长 |
请求示例
# GET请求
curl -X GET 'https://站点接口域名/openapi/stats/durations?platform=android&start_date=2020-10-01&end_date=2020-10-28&date=2020-10-28&period_type=daily' \
-H 'Authorization: Bearer 5d39164d1f281' \
-H 'Accept: application/json'
接口响应说明
响应示例
{
"code": 0,
"text": "",
"data": [
"average": "00:33:02",
"data":[]
],
"time": 1545809695
}
响应结果说明
字段名 | 类型 | 说明 |
---|---|---|
average | string | 平均使用时长 |
data | string | 使用时长的区间分布 |
文档更新时间: 2020-10-29 15:25 作者:漫漫