Retrieves all CVE Records after applying the query parameters as filters. Uses cursor pagination to paginate results (accessible to Secretariat or Bulk Download)
<h2>Access Control</h2> <p>User must belong to an organization with the <b>Secretariat</b> or <b>Bulk Download</b> role</p> <h2>Expected Behavior</h2> <p><b>Secretariat and Bulk Download:</b> Retrieves all CVE records for all organizations</p>Query parameters
Most recent CVE record modified timestamp to retrieve <br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
Earliest CVE record modified timestamp to retrieve <br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
Filter by state
Get count of records that match query. Accepted values are 1, true, or yes to indicate true, and 0, false, or no to indicate false
Filter by assignerShortName
Filter by assigner org UUID
Only get CVE records with cnaContainers that have been modified/created within the set time_modified range. Requires at least one time_modified parameter set
Only get CVE records that have an adpContainer owned by this org.
Key returned by a GET /cve_cursor call that must be used to get the next page of results in a subsequent call
Key returned by a GET /cve_cursor call that must be used to get the previous page of results in a subsequent call
CVE records to return per page. Must be between 1-500.
Response
A filtered list of CVE Records, along with pagination fields if results span multiple pages of data