Fetch a List of Exceptions
Fetches a list of exceptions from your account.
Sample: Fetch a List of Exceptions from Your AccountSample: Fetch a List of Exceptions from Your Account
API Request
curl -X "GET"
"<qualys_base_url>/csapi/v1.3/exception?pageNumber=1&pageSize=50"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
{
"data": [
{
"uuid": "760b9868-8f41-4754-b51c-0d59d27e9945",
"name": "Test02",
"createdBy": "rq30",
"created": "1687519907347",
"updatedBy": "rq30",
"updated": "1687519907347",
"reason": "RISK_ACCEPTED",
"explanation": "non-impacting vulnerability",
"scope": "IMAGE",
"listId": "e236f17d-0ed2-4f5b-8bab-c4ae76b57f7b",
"startDate": "1687533496914",
"endDate": "4102358400000"
},
{
"uuid": "1b4bfdd9-2ef1-4876-b5d1-7840092bb66f",
"name": "Test01_Qflow",
"createdBy": "rq30",
"created": "1687514036116",
"updatedBy": "rq30",
"updated": "1687760549738",
"reason": "RISK_ACCEPTED",
"explanation": "non-impacting vulnerability",
"scope": "IMAGE",
"listId": "7788d038-521f-4cc8-9927-eb9b2a87ece4",
"startDate": "1687533496914",
"endDate": "1689379200000"
}
],
"count": 2
}