v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBEvents
Get a specific event by its ID.
get/events/{id}
Path parameters
idstring required
Query parameters
includestring[]
Allows clients to request optional information such us URLs necessary to configure third party IDPs.
Response
OK
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": [
{
"id": "een.lpr",
"vendor": "Eagle Eye Networks",
"application": "Cloud License Plate Recognition",
"hardwareModel": "EN-CDUD-005a",
"version": "20230318.082522.039235885"
}
]
}