episodes

Objects count

This method retrieves count of objects.

get/episodes/cars/count/

Query parameters

acknowledgedboolean

Select only acknowledged episodes (true) or unacknowledged (false) episodes

acknowledged_byinteger

Select episodes acknowledged by user

acknowledged_reactionstring

Select only episodes with this acknowledgment reaction

bodystring[]

Select episodes where feature body takes one of these values

camera_groupsinteger[]

Select episodes associated with the specified camera groups

camerasinteger[]

Select episodes associated with the specified cameras

case_ininteger[]

Select episodes related to these cases

category_typestring[]

Select episodes where feature category takes one of these values

closed_date_gtestring date-time

Select episodes with closed_date greater than or equal to this value

colorstring[]

Select episodes where feature color takes one of these values

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)

events_count_gteinteger

Select episodes with number of events is greater or equal than or equal to this value

has_caseboolean

true - select only episodes relates to case. false - select only episodes without case.

id_ininteger[]

Select episodes with provided ids

last_car_eventstring

Select only the episode with the last car event of the given id

last_car_event_date_gtestring date-time

Select episodes with last_car_event_date greater than or equal to this value

latitude_gtenumber float

Select episodes where best event latitude greater than or equal to this value

latitude_ltenumber float

Select episodes where best event latitude less than or equal to this value

license_plate_countrystring[]

Select episodes where feature license_plate_country takes one of these values

license_plate_number_colorstring[]

Select episodes where feature license_plate_number_color takes one of these values

license_plate_number_containsstring[]

Select episodes where feature license_plate_number contains this value (case-insensitive)

license_plate_regionstring[]

Select episodes where feature license_plate_region takes one of these values

longitude_gtenumber float

Select episodes where best event longitude greater than or equal to this value

longitude_ltenumber float

Select episodes where best event longitude less than or equal to this value

makestring[]

Select episodes where feature make takes one of these values

matched_cardinteger

Filter is deprecated

matched_card_ininteger[]

Select episodes that match these cards

matched_listsinteger[]

Select episodes associated with the specified watch lists

modelstring[]

Select episodes where feature model takes one of these values

no_car_matchboolean

Select only episodes without matched car (true) or with matched car (false)

openboolean

Select only open episodes (true) or closed (false) episodes

special_vehicle_typestring[]

Select episodes where feature special_vehicle_type takes one of these values

video_archiveinteger[]

Select episodes associated with the specified video archives

weight_typestring[]

Select episodes where feature weight_type takes one of these values

Response

countinteger required

Objects count

Changes