cards

List car cards

Use this method to list car cards.

get/cards/cars/

Query parameters

activeboolean

Select only active (true) or disabled (false) cards

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)

filledboolean

Select only filled (true) or infilled (false) cards

has_car_objectsstring

Select only cards with linked car objects (true) or without them (false)

id_ininteger[]

Select cards with provided ids

license_plate_number_containsstring

Select cards where the SQL condition license_plate_number ILIKE license_plate_number_contains is true

limitstring

Number of results to return per page.

looks_likestring

Select cards 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>)

modified_date_date_gtstring date-time

Select objects with modified_date greater than this value

modified_date_date_gtestring date-time

Select objects with modified_date greater than or equal to this value

modified_date_date_ltstring date-time

Select objects with modified_date less than this value

modified_date_date_ltestring date-time

Select objects with modified_date less than or equal to this value

modified_date_last_n_daysnumber

Select objects that were modified in last N days

modified_date_nth_full_weeknumber

Select objects that were modified in last Nth week (including Sunday and Saturday)

modified_date_nth_work_weeknumber

Select objects that were modified in last Nth week (only working days, i.e. excluding Sunday and Saturday)

name_containsstring

Select cards where the SQL condition name ILIKE name_contains is true

orderingstring

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

pagestring

Pagination cursor value.

thresholdnumber

Similarity threshold for looks_like

watch_listsinteger[]

Select cards included in these watch lists

Response

next_pagestring nullable
prev_pagestring nullable

Changes

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