Analytics users
GET/analytics/users
Get generic analytics on users
Request
Query Parameters
start_date stringrequired
Start date from when get analytics
Example: 2023-11-11 12:00:00
end_date stringrequired
End date until get analytics
Example: 2023-12-11 12:00:00
collection_id stringrequired
Get analytics on specific collection
Example: 55589
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
- 400
- 401
- 404
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
sessions stringrequired
time_watched stringrequired
{
"status": "string",
"sessions": "string",
"time_watched": "string"
}
OK
{
"status": "<string>",
"sessions": "<string>",
"time_watched": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Not Found
{
"status": "<string>"
}
Loading...