v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBVideo Analytics Events
Fetches video analytics event based on id provided. The event is returned as the base event envelope with the data objects requested using the include parameter.
get/videoAnalyticEvents/{id}
Query parameters
includestring[]
List of properties that should be included in the response, if available. The data field can be used as prefix to request data if it is available. Eg. if the client wants to have object detection details and supports the een.objectDetection.v1 schemas, it can add data.een.objectDetection.v1 to the list of requested includes. This parameter does not operate as a filter, events without the requested properties are still returned.
Response
Event details
Example response
{
"dataSchemas": [
"een.objectDetection.v1",
"een.objectClassification.v1",
"een.lprDetection.v1",
"een.personAttributes.v1",
"een.vehicleAttributes.v1",
"een.fullFrameImageUrl.v1",
"een.croppedFrameImageUrl.v1",
"een.objectRegionMapping.v1",
"een.eevaAttributes.v1",
"een.customLabels.v1"
],
"data": [
{
"objectId": "camera-46743c2:d3275d08-16df-4176-b9c6-688046c858a2",
"timestamp": "2021-04-22T00:00:00.000+00:00"
}
],
"matchObjectIds": [
"camera-46743c2:d3275d08-16df-4176-b9c6-688046c858a2"
]
}