latestOpenAPI 3.1.12026-08-108026304.2 KB
7b222e8ec91c
Overview
Displays an overview for the Box Office
This endpoint will show statistics information on the user's Box Office
get/v1/overview
Response
Successfully returned statistics information
Example response
{
"box_office_name": "My Box Office",
"climate_impact": {
"contribution": 1200,
"estimated_footprint": 45000
},
"credits": 250,
"currency": {
"base_multiplier": 100,
"code": "gbp",
"symbol": "£"
},
"event_occurrences_draft": 4,
"event_occurrences_published": 20,
"event_series_draft": 1,
"event_series_published": 5,
"next_event_in": 7,
"orders_received": 18,
"period": "four weeks",
"revenue": 134000,
"total_issued_tickets": 40,
"waitlist_signups": 3
}