Admin Get Requesting Ccu
GET/presence/v1/admin/ccu/requesting/combined
Get the combined CCU for requesters over the requested time period. This call results in one number which should exclude most duplicates across the given time period. This stands in contrast to the individual request endpoint.
For example, if you request the CCU over an hour you'll receive one number in which players that were around over that time period will only be counted once.
Request
Query Parameters
begin date-timerequired
end date-timerequired
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
count Count (integer)required
timestamps date-time[]required
{
"count": 0,
"timestamps": [
"2024-07-29T15:51:28.071Z"
]
}
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...