videos

Objects count

This method retrieves count of objects.

get/videos/count/

Query parameters

camera_groupsinteger[]

Select videos included in these camera groups

case_ininteger[]

Select videos included in these cases

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)

id_ininteger[]

Select video archives with provided ids

name_containsstring

Select video archives where the SQL condition name ILIKE name_contains is true

Response

countinteger required

Objects count

Changes