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
Key | Datatype | Required | Description |
---|---|---|---|
fix_type | string | string- The type of fixes you wish to retrieve. Can be either "infrastructure" (default) or "appsec". | |
hide_asset | string | boolean - Set to "true" to hide assets and only return fix data. |
|