This article will encompass all portalAPI calls that are related to /portalAPI/CMConfiguration/* 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
CMConfigurationGetWithCategoryByIsEnabled
https://portalapi.INSTANCE.threatlocker.com/portalapi/CMConfiguration/CMConfigurationGetWithCategoryByIsEnabled
- Method: GET
- Description: This API is used when navigating to the Config Manager page in the ThreatLocker Portal, selecting the Config Manager tab in the top right corner, and either selecting an existing policy or selecting the "New Policy" button in the top left corner. This API returns all available configurations that can be assigned to a Config Manager policy. When applying a configuration to a policy, be sure to use the Integer value that corresponds to the configuration you wish to apply. This Integer value is returned in the "value" field from this API. The Integer value can be used to obtain additional configuration information by calling the CMConfigurationGetForCreate API.
- Required Body/Parameters
- Valid APIKey/Authorization Token in header
- Optional Body/Parameters
- N/A
- Permissions Needed for User
- View Configuration Manager
- Edit Configuration Manager Policies
Help Center