Use this API to get the list of all possible fields available for reporting.
API request
curl --location --request GET 'https://<QualysBaseURL>/audit-log/admin/report/fields' \
--header 'Authorization: Bearer <JWT Token> \
--header 'Content-Type: application/json' \
--data-raw ''
Response
{
"fields": [
"Id",
"Action",
"Module Name",
"Module Code",
"User Name",
"User Role",
"Status",
"User Uuid",
"Customer Uuid",
"Client",
"Source Ip",
"Created Date",
"Target Type",
"Target Name",
"Details",
"Custom Fields"
]
}