Events Request \ Request URL Examples

Events Request \ Request URL Examples

To download event records from the on-camera database, you can make an HTTP GET request using the following target:

http://<camera-IP-address>/local/fflprapp/search.cgi?<paramName1>=<value1>&<paramName2>=<value2>

The request allows you to specify various parameters to filter the event records based on your requirements. Each parameter can be used independently, and string look-ups are case-insensitive. For string-type fields, partial sequences can be matched against the request parameter.

Parameter

Description

text

Number plate text or a part thereof (e.g. AA11 for plates AA1122BB or AA1134XX)

limit

Limit of events to return (like SQL LIMIT clause)

offset

Records to skip before results get returned (like SQL OFFSET clause)

timestampFrom

Timestamp to select events after the given value. Linux timestamp, milliseconds. May be used without "timestampTo".

timestampTo

Timestamp to select events happened before the given value. Linux timestamp, UTC, milliseconds. May be used without "timestampFrom".

country

Alpha3 ISO3166 country code, or a part thereof

action

0 (return only “no action” events) or 1 (return only “opened” events); skip to receive all events


Request URL examples




    • Related Articles

    • FF-Events Configuration

      To send the recognized data to other applications such as VMS (Video Management Systems) or Data Management Systems, you can utilize FF-Events in CAMMRA. Follow these steps to set up event sending: Go to the application's web page and select the ...
    • API FF Integration Events \ HTTP Multipart POST

      New Event: This event occurs when a vehicle is detected for the first time. The direction of the vehicle is undefined. Update Event: This event occurs when there is a change in the data package. It can include updates to the recognized license plate, ...
    • Settings for Stored Events

      To configure the storage settings for events in CAMMRA, follow these steps: Select the Type of Events to be Stored: Choose the type of events that should be stored based on your requirements: All: All events, including both whitelisted and ...
    • Real-time Events API (VAPIX or ONVIF)

      To receive real-time recognition events from the camera, you can utilize either the VAPIX or ONVIF protocol. These protocols allow you to access event data packets containing relevant information without the actual image. The packet structure for ...
    • HTML response

      HTTP GET request target: http://<camera-IP-address>/local/fflprapp/events.cgi?<paramName1>=<value1>&<paramName2>=<value2> Request and response parameters are as above, while response data is wrapped into HTML instead of XML.