查询同时访问者(CCU)
请求
GET https://dashboard-api.gamepot.ntruss.com/v1/api/project/{projectId}/user/statistics/ccu?oneDate={oneDate}&twoDate={twoDate}&threeDate={threeDate}响应
示例
请求示例
错误代码
Last updated
GET https://dashboard-api.gamepot.ntruss.com/v1/api/project/{projectId}/user/statistics/ccu?oneDate={oneDate}&twoDate={twoDate}&threeDate={threeDate}Last updated
curl --request GET \
--url https://dashboard-api.gamepot.ntruss.com/v1/api/project/12a0f2ff-xxxx-xxxx-xxxx-9c13ef02f5fs/user/statistics/ccu?oneDate=2020-03-01&twoDate=2020-04-01&threeDate=2020-05-09
--header 'accept-language:ko' \
--header 'x-api-key:86dcgffae0641745432as02a8801ce5a5475f764fxxxxxxxxx'{
"status":1,
"result":{
"totalCount":1440,
"edges":[
{
"node":{
"createdAt":"00:00",
"one":0,
"two":0,
"three":0
}
},
...
{
"node":{
"createdAt":"23:59",
"one":0,
"two":0,
"three":null
}
}
]
}
}{
"status":-6,
"message":"projectId was wrong."
}