clusters

Search for car cluster contacts

This method searches for car clusters with whom the selected car cluster has been in contact. All filters from cluster listing are supported.

get/clusters/cars/{id}/contacts/

Path parameters

idinteger required

A unique integer value identifying this Car cluster.

Query parameters

bodystring[]

Select clusters where body feature takes one of these values

camera_groupsinteger[]

Select clusters associated with the specified camera groups

camerasinteger[]

Select clusters associated with the specified cameras

cardinteger

Select clusters that matched card

category_typestring[]

Select clusters where category feature takes one of these values

colorstring[]

Select clusters where color feature takes one of these values

contact_threshold_secondsinteger required

Parameter that determines how many seconds have passed in both directions since contact.

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)

episodesinteger[]

Select objects related to episode Pass comma separated values to select related to multiple episodes)

event_date_gtstring date-time

Select objects with any event date greater than this value

event_date_gtestring date-time

Select objects with any event date greater than or equal to this value

event_date_ltstring date-time

Select objects with any event date less than this value

event_date_ltestring date-time

Select objects with any event date less than or equal to this value

events_count_gteinteger

Select clusters where cluster events count is greater or equal than or equal to this value

events_count_lteinteger

Select clusters where cluster events count is less or equal than or equal to this value

events_quality_gtenumber float

Select clusters where average cluster event quality is greater or equal than or equal to this value

events_quality_ltenumber float

Select clusters where average cluster event quality is less or equal than or equal to this value

first_event_date_gtstring date-time

Select objects with first event date greater than this value

first_event_date_gtestring date-time

Select objects with first event date greater than or equal to this value

first_event_date_ltstring date-time

Select objects with first event date less than this value

first_event_date_ltestring date-time

Select objects with first event date less than or equal to this value

has_cardboolean

true - select only clusters with a card. false - select only clusters without a card.

id_ininteger[]

Select clusters with provided ids

license_plate_countrystring[]

Select clusters where license_plate_country feature takes one of these values

license_plate_number_colorstring[]

Select clusters where license_plate_number_color feature takes one of these values

license_plate_number_containsstring

Select cluster where the SQL condition license_plate_number ILIKE license_plate_number_contains is true

license_plate_regionstring[]

Select clusters where license_plate_region feature takes one of these values

limitinteger
looks_likestring

Select clusters that contain object similar to: (detection:<detection id>, {face, body or car}event:<event id>, {face, body or car}object:<object id>, {face, body or car}cluster:<cluster id> or casecluster:<casecluster id>)

makestring[]

Select clusters where make feature takes one of these values

matched_listsinteger[]

Select clusters that matched a card included in these watch lists

modelstring[]

Select clusters where model feature takes one of these values

orderingstring

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

pagestring

Pagination cursor value.

pinnedboolean

Select only pinned clusters

special_vehicle_typestring[]

Select clusters where special_vehicle_type feature takes one of these values

thresholdnumber

Similarity threshold for looks_like

tnt_id_ininteger[]

Select clusters with provided tnt ids

use_last_eventboolean

Use the last event for search

weight_typestring[]

Select clusters where weight_type feature takes one of these values

Response

next_pagestring nullable
prev_pagestring nullable

Changes