Skip to main content

Search for anything

POST 

/statistics/search

Returns a list of Orders, limited at 1000 Orders.

Request

Body

Input data

    search string

    The search query.

    limit integer

    The limit on the number of Orders that will be returned.

    offset integer

    The offset from which the query will start.

    filters string

    The filters that will be applied to the query.

    events string

    The Events for which we need to filter on the Ticket Types.

    sorting string

    The keys with their direction for which sorting should be applied to the query.

Responses

Orderlist from ElasticSearch.

Loading...