获取事件分析数据
URL
https://www.growingio.com/v2/projects/{project_uid}/charts/{chart_id}.json
请求类型
GET
请求头参数
公共头部请参考公共请求头参数。
参数说明与示例
路径参数
类型
是否必传
说明
chart_id
string
是
事件分析单图ID。
project_uid
string
是
项目UID。
查询参数
类型
是否必传
说明
interval
integer
否
数据粒度,单位为毫秒。
3600000(1小时)
86400000(1天)
604800000(1周)
2592000000(1月)
默认值86400000(1天)。
startTime
integer
否
数据起始时间,unix毫秒时间戳。
需与endTime一起使用。
endTime
integer
否
数据结束时间,unix毫秒时间戳。
需与startTime一起使用。
Last updated