Search a Helix Event

Log in to see full request history

This method can be used to search for either a single or multiple Helix Events that have already been posted to Command. In the return message, the users will be able to see the corresponding attribute keys and attribute values for those specific Helix Events.

The only required parameters to use this method are the Organization ID and the API Key. Using only these two parameters will return a complete list of all Helix Events that are currently available to users in Command. Users can further narrow down their search by adding:

  • Camera ID: returns all Helix Events linked to that specific camera or list of cameras.
  • Event Type UID: returns all Helix Events that share that specific Event Type UID.
  • Start and End Times: returns all Helix Events that have occurred during that time range.
  • Attributes Keys and Values: returns all Helix Events that have attributes keys and values matching the user's entered parameters.
Query Params
string
required

The unique identifier of the organization.

Body Params
attribute_filters
array of objects
Defaults to

List of search filters.

Attribute Filters
camera_ids
array of strings

List of unique identifiers of cameras

Camera Ids
integer

Query end epoch time in milliseconds.

string

The unique identifier of the event type.

integer

Query start epoch time in milliseconds.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json