events_events_volume_list
GET/events/events/volume/
Get event volume for specified filters and timeframe
Request
Query Parameters
action string
brand_name string
Brand name
client_ip string
context_authorized_app string
Context Authorized application
context_model_app string
Context Model App
context_model_name string
Context Model Name
context_model_pk string
Context Model Primary Key
ordering string
Which field to use when ordering the results.
search string
A search term.
username string
Username
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
x_cord integerrequired
y_cord integerrequired
[
{
"x_cord": 0,
"y_cord": 0
}
]
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...