v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBEvent Subscriptions
Gets info about a specific filter of a given event subscription ID.
get/eventSubscriptions/{eventSubscriptionId}/filters/{filterId}
Response
OK
Example response
{
"id": "1231",
"actors": [
"camera:100d4c41",
"camera:100f12c1",
"camera:*"
],
"types": [
{
"id": "een.deviceCloudStatusUpdateEvent.v1"
}
],
"data": {
"and": [
{
"field": "een.lprDetection.v1.plate",
"op": "exact",
"value": "ABC123"
},
{
"field": "een.lprDetection.v1.plateConfidence",
"op": "gte",
"value": 0.9
}
],
"not": [
{
"field": "een.lprDetection.v1.plateRegion",
"op": "in",
"value": [
"EU-DE",
"EU-FR"
]
}
]
}
}