Added
Since filter for Issues and Occurrences endpoints
4 months ago by Mike Jarrett
Added a new since filter parameter to both the Issues and Occurrences endpoints to filter results based on when vulnerabilities were first detected.
New filter parameter:
since: DateTime filter that shows only issues/occurrences withfirst_seen_attimestamps greater than or equal to the specified date/time- Accepts ISO 8601 format (e.g.,
2024-01-15T10:30:00Z) - For Issues endpoint: Shows only issues that have new occurrences since the specified timestamp
- For Occurrences endpoint: Shows only occurrences first seen since the specified timestamp
For more information, see the API documentation for issues and occurrences.
