This article will encompass all portalAPI calls that are related to /portalAPI/DACAnalysisItem/* endpoints
Be sure to input the instance your organization exists on for each call. This is indicated with the "INSTANCE" text in each endpoint. Linked here is a KB to find your instance:
Locating Your Organization's Instance | ThreatLocker Help Center
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
- Valid APIKey/Authorization Token in header
- 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
- Optional Body/Parameters
- N/A
- Permissions Needed for User
- View DAC Results
Help Center