This article will encompass all portalAPI calls that are related to /portalAPI/DACAnalysisItem/* endpoints
If you are new to working with ThreatLocker PortalAPI endpoints and/or have questions regarding authentication and terminology used throughout this article, please look through the following guide:
Table of Contents
DACAnalysisItemGetById
https://portalapi.INSTANCE.threatlocker.com/portalapi/portalapi/DACAnalysisItem/DACAnalysisItemGetById
- Method: GET
- Description: This API is used when navigating to the Health Center page of the ThreatLocker Portal, selecting the DAC tab in the top right corner, and selecting a specific DAC result to display additional information about it. This API will return additional information regarding the DAC check, including the associated risks and suggested resolutions.
- Required Body/Parameters
- analysisItemId: This field is used to determine which DAC check's information will be returned. Each DAC check has a unique analysisItemId assigned to it. To get the list of analysisItemIds (DAC check results) that apply in your organization, use the DACAnalysisResultsGetByParameters to get the list.
- Expects: An Integer value
- analysisItemId: This field is used to determine which DAC check's information will be returned. Each DAC check has a unique analysisItemId assigned to it. To get the list of analysisItemIds (DAC check results) that apply in your organization, use the DACAnalysisResultsGetByParameters to get the list.
- Optional Body/Parameters
- N/A
- Permissions Needed for User
- View DAC Results
Help Center