Get Incidents
Query parameters
This parameter is incompatible with place. Only one of them can exist in the query.
This parameter is incompatible with sensorId. Only one of them can exist in the query.
This parameter is incompatible with either 'place' or 'queryString'. It also requires 'sensorId', 'fromTimestamp' and 'toTimestamp' in the query.
If this parameter is present in the query, then 'toTimestamp' should also be present in the query.
If this parameter is present in the query, then 'fromTimestamp' should also be present in the query.
'queryString' should follow lucene syntax.
Set to true to retrieve VLM verified incidents.
Filter incidents by VLM verdict. Can only be provided when vlmVerified is true.
Response
Successful Operation.
Example response
{
"incidents": [
{
"timestamp": "2022-08-25T00:00:00.000Z",
"Id": "logstash generated Id",
"end": "2022-08-25T00:00:30.000Z",
"category": "category1",
"sensorId": "sensor1",
"place": {
"name": "city=abc/building=def/Warehouse=xyz",
"info": {
"additionalProperty1": "value1",
"additionalProperty2": "value2"
}
},
"objectIds": [
"1"
],
"frameIds": [
"1",
"2"
],
"info": {
"additionalProperty1": "value1",
"additionalProperty2": "value2"
},
"analyticsModule": {
"id": "1",
"description": "description",
"version": "example1",
"source": "source1",
"info": {
"additionalProperty1": "value1",
"additionalProperty2": "value2"
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.