Admin Get Total Ccu Individual
GET/presence/v1/admin/ccu/total/individual
Get the individual CCU counts over the requested time period. This call results in a count per time period within the requested range. These values should not be combined directly unless you've accounted for duplicates in some other way. The combined endpoint allows you to combine the values within a time range without counting the same player multiple times.
Request
Query Parameters
begin date-timerequired
end date-timerequired
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
ccus
object
required
property name* integer
{
"ccus": {}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...