Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterRequiredDescription
limitNoLimit of events from detectors in the response. If not specified, it is equal to 100
offsetNoThe results offset by the specified number. For example, if a query with offset=0 returned 100 results, then in order to get the next results, it is necessary to run a query with offset=100. If the second query returned 250 results, then in order to get the next results, it is necessary to run a query with offset=350, and so on
typeNo

Get events from a certain detector. The values of the type parameter are listed in the table below.

If you need to get events from several detectors, you need to list them separated by commas

joinNo

If join=1, then in the response, the two-phase events will be merged together, and the duration parameter will be returned which corresponds to the event duration.

If join=0, then in the response, the two-phase events will not be merged together

limit_to_archiveNo

If limit_to_archive=1, then the response will return the events only from the accessible part of the archive (see Configuring access restrictions to an archive)

archiveNo

The name of the archive from the request to receive the list of archives (see Get archive contents)

detectorNo

Starting with Axxon One2.0

Get events from a certain detector. The values of the detector parameter are listed in the table below

...

Possible values of the detector parameter:

detector parameter

Detection toolDetector
SceneDescriptionObject tracker or Neural tracker
CrossOneLineLine Crossing
moveInZoneMotion In Area
StopInZoneStop In Area
ComeInZoneEntrance In Area
OutOfZoneExit From Area
LongInZoneLoitering In Area
lostObjectMultiple Objects
LprDetectorLicense Plate Recognition
TvaFaceDetectorFace detector
PeopleCounterVisitors Counter
QueueDetectorQueue detector
FireDetectorFire detector
SmokeDetectorSmoke detector
NeuroCounterNeural counter
SceneChangePosition change
QualityDegradationImage Noise Detection
QualityDegradation_v2Loss of quality
BlurredDegradationBlurred Image Detection
CompressedDegradationCompression Artifacts Detection
MotionDetectionMotion detection
NullAudioDetectionAudio Loss
SignalAudioDetectionSignal Detection
NoiseAudioDetectionNoise Detection
PoseDetectorHuman pose detector
RecumbentDetectorPerson Down Detection
SitDownDetectorSitting Person Detection
HandsUpDetectorHands up detection
WaterLevelDetectorWater level detector
HandRailDetectorHandrail holding detection
PeopleCountDetectorBySkeletonPeople counter
PeopleDistanceDetectorClose-standing people detection
PoseMaskingDetectorPeople masking

...

Note
titleAttention!
  • Case sensitivity of event types from detection tools detectors is not guaranteed. For instance, ComeInZone, comeInZone and COMEINZOne values are considered as the same ones.
  • If you received a value not included in the list, then an embedded detection tool detector generated an event.