Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Vsantos
Engaged Sweeper

I need to get the following information from Lansweeper, but based on the REST API documentation, I couldn't get to this data. Could someone tell me which endpoint and GraphQL query returns these queries?

Total Assets;
-Number of Users in AD;
-Total Domain Admins;
-Total Vulnerabilities;
-Top 10 Vulnerabilities;
-Operating Systems – EOL (End of Life);
-Lansweeper Laptops/Desktops x KES (Kaspersky Endpoint Security);
-Lansweeper Laptops x Bitlocker;
-Lansweeper Laptops/Desktops x DLP (Data Loss Prevention).

1 REPLY 1
EthanBills
Lansweeper Employee
Lansweeper Employee

Hi,

A lot of this information is found in different places and not all of them are simple API calls to get the requested information. To find a complete overview of the information that you can find with the API please visit: Welcome | Documentation – Lansweeper. Some of this information can be found by creating reports within sites, to then get the information from those reports via the API, please follow these steps: Working with reports | Documentation – Lansweeper. To get vulnerability information via the API, please follow these steps: Request vulnerabilities | Documentation – Lansweeper. Another portion can be found directly via the API via fields such as "antiviruses.name", "recognitionInfo.osMetadata.endOfLifeDate", and "bitLockerRecoveryKeys.key". For more information on all the possible fields you can query via the API, please visit this page: Types specification | Documentation – Lansweeper.