Skip to main content

Get advanced overview

POST 

/statistics/advanced

Returns the advanced statistics.

Request

Body

Input data

    company_id uuiddeprecated

    The guid of the Company. Not used anymore.

    event_id uuidrequired

    The guid of the Event.

    tickets uuid[]required

    A list of guids of Ticket Types.

    start ISO 8601required

    The start time of the data.

    end ISO 8601required

    The end time of the data.

    timeunit stringrequired

    Possible values: [year, month, week, day, hour]

    The interval.

    include_free boolean

    Whether to include free Ticket Types.

    aggregate_metadata_for uuid[]

    A list of guids of MetaData.

    order_filters object[]

    Filters for the MetaData of Orders.

    ticket_filters object[]

    Filters for the MetaData of Ticket Types.

    aggregate_geo boolean

    Whether to aggregate the geo information.

    geo_order_filters object[]

    Filters on the geo information of Orders.

    geo_ticket_filters object[]

    Filters on the geo information of Ticket Types.

    aggregate_trackers boolean

    Whether to aggregate the trackers.

    tracker_filters string

    Filters for the trackers.

    give_all boolean

    Whether to include all Ticket Types. This is admin only.

Responses

Aggregation from Elasticsearch.

Loading...