Show Top Fix Groups

GET https://{{API_URL}}/asset_groups/:id/top_fixes

Returns top fixes for an asset group ID. You can optionally hide assets and only return fix data by passing the hide_asset parameter and setting it equal to true

Request Params

KeyDatatypeRequiredDescription
fix_typestringstring- The type of fixes you wish to retrieve. Can be either "infrastructure" (default) or "appsec".
hide_assetstringboolean - Set to "true" to hide assets and only return fix data.

|