Retrieves information about CVE IDs after applying the query parameters as filters (accessible to all registered users)
<h2>Access Control</h2> <p>All registered users can access this endpoint</p> <h2>Expected Behavior</h2> <p><b>Regular, CNA & Admin Users:</b> Retrieves filtered CVE IDs owned by the user's organization</p> <p><b>Secretariat:</b> Retrieves filtered CVE IDs owned by any organization</p>Query parameters
Filter by state
Filter by the year of the CVE IDs
Most recent reserved timestamp to retrieve. Include with all requests potentially returning multiple pages of CVE IDs to avoid issues if new IDs are reserved during use. <br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
Earliest CVE ID reserved timestamp to retrieve <br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
Most recent modified timestamp to retrieve. Include with all requests using a time_modified.gt filter potentially returning multiple pages of CVE IDs. This will avoid issues if IDs are reserved or modified during use.<br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
Earliest CVE ID modified timestamp to retrieve <br><br> <i>Timestamp format</i> : yyyy-MM-ddTHH:mm:ssZZZZ
The current page in the paginator
Headers
The shortname for the organization associated with the user requesting authentication
The username for the account making the request
The user's API key
Response
A filtered list of information about CVE IDs owned by the organization, along with pagination fields if results span multiple pages of data