Filter to get only events where the actorType and actorId value equals any one of the supplied value in the list.
The actorType must be prefixed to the actorId using a colon (:) separator.
For example:
- To filter for a camera with ID
cameraId_1, use camera:cameraId_1.
- To filter for a location with ID
locationId_1, use location:locationId_1.
- To filter for a bridge with ID
bridgeId_1, use bridge:bridgeId_1.
Currently, the following actorType values are supported:
camera: Matches the specific camera ID.
location: Matches all camera IDs associated with the specified location ID(s).
bridge: Matches all camera IDs associated with the specified bridge ID(s).
If multiple actor types are provided (e.g., camera, location, and bridge), the filter will include camera IDs associated with any of the given values.