v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBZero-Day Events
Get all Zero-Day Events
Returns a list of all Zero-Day Events with optional date filters.
get/api/v3.0/orgs/{orgUuid}/dependencies/events/zeroday
Path parameters
orgUuidstring required
org UUID (from the Mend App: Administration General > Organization UUID).
Query parameters
limitstring
Specifies the maximum number of items to be returned in the response.
cursorstring
Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.
fromDatestring date-time
Filter by creation date from (inclusive)
toDatestring date-time
Filter by creation date to (inclusive)
Response
OK
Example response
{
"additionalData": {
"totalItems": "422",
"next": "http://someUrl?cursor=3",
"cursor": 3
},
"supportToken": "1171c60d",
"response": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Log4Shell"
}
]
}