Fetches the QID lists available in your account.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
listId | Mandatory | string | Specify the ID or UUID of the list of which you want to fetch details. |
API Request
curl -X "GET"
"<qualys_base_url>/csapi/v1.3/list/43bcefbf-74cd-4d67-9b87-f3f4284d8cce"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
{
"listId": "43bcefbf-74cd-4d67-9b87-f3f4284d8cce",
"name": "test002_list",
"created": "1687752546527",
"createdBy": "quays_rq30",
"updated": "1687752546527",
"updatedBy": "rq30",
"scope": "VULNERABILITY",
"listType": "STATIC",
"qidCount": 3
}
Was this topic helpful?