Event search

Search events based on a event search query (SEQL format)

Body required
application/json

The event search query

query
string | null

The query to filter the events (SEQL)

sortedBy
array of objects | null (Sort By)

The result sorting

pageIndex
integer | null

Request the page at defined index

pageSize
integer | null

The number of results per request

withCount
boolean | null

Add the number of results to the search results

Responses
  • 200 The event search results
    results
    array of objects (Event) required

    The list of events

    pageIndex
    integer required

    The current page index

    pageSize
    integer required

    The current page size

    hasMore
    boolean required

    true while the page is not the last, else false

    count
    integer | null

    The total number of results. Only available if withCount was requested

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error