Returns a list of saved event queries.
OK
Client error.
Server error.
{- "status": 0,
- "message": "string",
- "result": [
- {
- "id": 0,
- "label": "string",
- "query": {
- "events": [
- {
- "eventName": "string",
- "select": [
- {
- "type": null,
- "name": null,
- "inputIndex": null,
- "alias": null,
- "aggregator": null
}
], - "filter": {
- "rule": "and",
- "fieldType": "input",
- "inputIndex": 0,
- "operator": "equal",
- "value": "string",
- "children": [
- null
]
}
}
], - "groupBy": "string",
- "orderBy": "string",
- "order": "ASC"
}, - "isSystem": true
}
]
}