07-14-2021 05:20 PM
$response = Invoke-WebRequest -Uri "http://localhost:85/api/Values" # Use your API-Lansweeper URI here
$data = ConvertFrom-Json $([String]::new($response.Content))
$data | Out-GridView
08-11-2022 11:00 PM
Thanks for trying out our API, and sharing your work, have you checked out our documentation, we are adding use cases to our documentations, you will find it here Welcome to Lansweeper Cloud's Technical Documentation | Documentation – Lansweeper
We also have a Postman workspace. please check out our collection here https://www.postman.com/lansweeper/workspace/lansweeper-s-public-workspace
07-14-2021 08:54 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now