This article will encompass all portalAPI calls that are related to /portalAPI/ResearchInformation/* 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:
ResearchInformationGetAllCategories
https://portalapi.INSTANCE.threatlocker.com/portalapi/ResearchInformation/ResearchInformationGetAllCategories
- Method: GET
- Description: This API is used to get the research categories available for use on the respective pages, described below, in the ThreatLocker Portal. This API is used in the Portal when selecting the Modules dropdown on the left side, selecting Application Control, and either viewing the Applications page or viewing the ThreatLocker Store page. This API is also used when selecting the Modules dropdown, selecting ThreatLocker Detect, and either viewing a Detect policy that utilizes categories or creating a Detect policy that will utilize categories.
- Required Body/Parameters
- N/A
- Optional Body/Parameters
- getStoreCategories: This field determines whether the additional categories from the ThreatLocker Store will be returned or not. When this field is not used, getStoreCategories defaults to false, and the Store categories will not be returned.
- Expects: true or false
- getStoreCategories: This field determines whether the additional categories from the ThreatLocker Store will be returned or not. When this field is not used, getStoreCategories defaults to false, and the Store categories will not be returned.
- Permissions Needed for User
- Edit Application Control Applications
- View Application Control Applications
- Edit Endpoint Detect Policies
- View Endpoint Detect Policies
- View All ThreatLocker Detect Policies
- Edit User Store
- View User Store
Help Center