Software Device History API

This API provides security assessment data per host per date. The data will contain software products discovered on each host and their secure status for that day.

Software Device History API Information

Requirement Types

Details

API

http://csi7.secunia.com/csi/api/?action=api&which=software_history&result_per_page=1000&page=1&product_name='Google Chrome'&from_date='2020-11-10'&to_date='2020-12-15'&order_by={'date':'ASC'}

Methods

GET

Parameters

product_name (string) = Product Name to filter
from_date (date) YYYY-MM-DD = Api will return data from the given date
to_date (date) YYYY-MM-DD = Api will return data till given date
result_per_page (int) = Number of results which API will return on one page
page (int) = Page which you want to display
order_by = Sort the result. Columns - date

Response

{"success":true,"error_code":0,"data":{"rows":[{"date":"2020-11-10","device_id":"1082","product_id":"59470","product_name":"Google Chrome 61.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"2"},{"date":"2020-11-10","device_id":"17928","product_id":"60318","product_name":"Google Chrome 65.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"0"},{"date":"2020-11-10","device_id":"17930","product_id":"60553","product_name":"Google Chrome 66.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"0"}],"total":1000},"has_more":"true","current_page":"1"}

Received Information

Product Name, From date, To date, Result per page, Pagination, etc.