Discovery event search

Send a discovery event search query (in HDQL format) and return the discovery event search results in CSV format

Body required
text/json

The discovery event search query

query
string | null
sortedBy
array of objects | null (SortElement)
pageIndex
integer | null
pageSize
integer | null
withCount
boolean | null
Responses
  • 200 The discovery event search results in CSV format
  • 204 No discovery event found
  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error