Get List of All Fields Available for Reporting

Use this API to get the list of all possible fields available for reporting.

GET/audit-log/admin/audit/details?auditLogId=<audit Log Id>

Sample - Get list of all possible fields available for reportingSample - Get 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"
  ]
}