We’ve moved!
Our Help Center has a new home and our URLs have changed. Please update your bookmark to this page before April 30, 2026
Lansweeper Connector
Integrate with Lansweeper through its GraphQL API to retrieve information about sites, installations, and assets
📄 Body ## 🔌 Lansweeper Connector
This connector enables seamless access to Lansweeper's inventory data, including detailed site and asset information.
⚡ Actions
Get Assets
Retrieves assets from a Lansweeper site with support for filtering and pagination.
Get Sites
Retrieves all accessible Lansweeper sites with their respective IDs and names.
Get Asset Types
Retrieves all available categories of devices tracked in a specified site.
📥 Input Parameters
- site_id (String, required): The unique identifier of the Lansweeper site.
- import_type (String, optional): Filter mode to retrieve all assets, only those with IPs, or selected types only.
- asset_types (Array[String], optional): Specific asset categories to filter by.
- cutoff_time (DateTime, optional): Retrieve assets last seen after this specific date and time.
📤 Output
- assets: A list of asset objects containing names, IP addresses, manufacturers, and serial numbers.
- sites: A list of accessible sites including unique site identifiers and display names.
- total: The total number of matching assets found.
📌 Use Cases
- Asset Inventory Management: Tracking and managing device inventory.
- Compliance Monitoring: Monitoring device status for reporting and security audits.
- Device Discovery: Mapping network devices into IT service management systems.
⚠️ Notes
- Authentication: Uses OAuth 2.0 refresh token flow for API access.
- Security: Sensitive user fields such as name and email are encrypted for security.
- Pagination: Cursor-based pagination is handled automatically.
Open Modal
