Support for Date Filters in the API

With this update, new date filters have been added to the below APIs.

API Date Filters

API

Date Filter

Description

/api/vendors/

created_gte

Unix timestamp for the vendor create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the vendor create date, filter type less than (seconds)

/api/products/

created_gte

Unix timestamp for the product create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the product create date, filter type less than (seconds)

/api/asset-lists/

created_gte

Unix timestamp for the watch list create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the watch list create date, filter type less than (seconds)

/api/asset-lists-subscriptions/

created_gte

Unix timestamp for the asset list subscription create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the asset list subscription create date, filter type less than (seconds)

/api/asset-list-groups/

created_gte

Unix timestamp for the asset list group create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the asset list group create date, filter type less than (seconds)

/api/fnms-products/

created_gte

Unix timestamp for the fnms product create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the fnms product create date, filter type less than (seconds)

/api/product-fullversion/

created_gte

Unix timestamp for the product version create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the product version create date, filter type less than (seconds)

/api/historic-advisories/

release_gte

Unix timestamp for the advisory release date, filter type greater than or equal (seconds)

release_lt

Unix timestamp for the advisory release date, filter type less than (seconds)

/api/patch/patchable-products/

created_gte

Unix timestamp for the patchable product create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the patchable product create date, filter type less than (seconds)

/api/patch/package

created_gte

Unix timestamp for the package create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the package create date, filter type less than (seconds)