counters

Objects count

This method retrieves count of objects.

get/counters/count/

Query parameters

activeboolean

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

calibration_status'AWAITING_PROXIMITY_MODEL' | 'AWAITING_SYNC' | 'CALIBRATED' | 'COLLECTING_CALIBRATION_DATA' | 'NOT_CALIBRATED'

Select counters with this proximity_calibration_status

camera_groupsinteger[]

Get counters that are associated with cameras from camera_group.

camerasinteger[]

Get counters that are associated with camera. Pass comma separated values to select counters related to multiple cameras

colorstring[]

Select counters with provided color

count_interval_gteinteger

Select counters with count_interval greater than or equal to this value

count_interval_lteinteger

Select counters with count_interval less than or equal to this value

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)

detect_carsboolean

Select counters that count cars

detect_facesboolean

Select counters that count faces

detect_proximityboolean

Select only counters with (true) or without (false) proximity detection

detect_silhouettesboolean

Select counters that count silhouettes

id_ininteger[]

Select counters with provided ids

multi_cameraboolean

Select counters related to multiple cameras

name_containsstring

Select counters where the SQL condition name ILIKE name_contains is true

Response

countinteger required

Objects count

Changes

No recorded changes to this endpoint across all 1 revision of this API.