Execute arbitrary event query

Executes an arbitrary event query.

Securitybearer or cookie
Request
query Parameters
offset
integer <int64> (PaginationOffset)

Specify the number of records that need to be skipped.

limit
integer <int64> (PaginationLimit)
Default: 10

Specify the number of records that should be returned.

Request Body schema: application/json
required
required
Array of objects (EventQueryEvent)
groupBy
string

The results will be grouped according to this field. An aggregator for non Group By fields must be specified if groupBy is specified.

orderBy
string

The results will be ordered according to this field.

order
string

Specify ascending or descending order, the default is "ASC".

Enum: "ASC" "DESC"
Responses
200

OK

4XX

Client error.

5XX

Server error.

post/queries
Request samples
application/json
{
  • "events": [
    ],
  • "groupBy": "string",
  • "orderBy": "string",
  • "order": "ASC"
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.