Admin Get Requesting Ccu All Platform Combined
GET/presence/v1/admin/ccu/requesting/allplatforms/combined
Admin Get Requesting Ccu All Platform Combined
Request
Query Parameters
begin date-timerequired
end date-timerequired
Responses
- 200
- 403
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
platform_counts
object
required
property name*
UnionCCU
count Count (integer)required
timestamps date-time[]required
{
"platform_counts": {}
}
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...