Create or update event query

Creates or updates the given saved event query.

Securitybearer or cookie
Request
path Parameters
event_query
required
string (EventQueryLabel) ^[^<>?&\"'\`\/\\]*$

An event query label.

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.

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