cameras

List cameras

This method retrieves the list of cameras.

get/cameras/

Query parameters

activeboolean

Select only active cameras (true) or inactive cameras (false)

camera_groupsinteger[]

Select cameras included in these camera groups

created_date_gtstring date-time

Select objects with created_date greater than this value

created_date_gtestring date-time

Select objects with created_date greater than or equal to this value

created_date_last_n_daysnumber

Select objects with created_date in last N days

created_date_ltstring date-time

Select objects with created_date less than this value

created_date_ltestring date-time

Select objects with created_date less than or equal to this value

created_date_nth_full_weeknumber

Select objects with created_date in last Nth week (including Sunday and Saturday)

created_date_nth_work_weeknumber

Select objects with created_date in last Nth week (only working days, i.e. excluding Sunday and Saturday)

external_detectorboolean

Select only external detectors (true) or cameras (false)

external_vmsinteger[]

Select cameras included in these external_vms

external_vms_camera_id_containsstring

Select camera exact with this external_vms_camera_id

from_external_vmsboolean

true - select all cameras from external_vms. false - select all cameras not from external_vms.

has_coordinatesboolean

true - select only cameras with latitude and longitude. false - select only cameras without latitude and longitude.

id_gteinteger

Select objects with id greater than or equal to this value

id_ininteger[]

Select cameras with provided ids

latitude_gtenumber float

Select cameras where latitude greater than or equal to this value

latitude_ltenumber float

Select cameras where latitude less than or equal to this value

limitstring

Number of results to return per page.

longitude_gtenumber float

Select cameras where longitude greater than or equal to this value

longitude_ltenumber float

Select cameras where longitude less than or equal to this value

name_containsstring

Select cameras where the SQL condition name ILIKE name_contains is true

object_typestring

Select cameras that support a given type of object: face, body or car

orderingstring

Which field to use when ordering the results. Available fields: id, created_date

pagestring

Pagination cursor value.

state_colorstring

Select cameras by status (gray, red, yellow or green)

Response

next_pagestring nullable
prev_pagestring nullable

Changes