
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 04:59 PM
Hi,
I have external application where I would like to retrieve Assets and Software data using the web service (SOAP or REST API) in order to get a list of Assets and Software and to have them in that external application?
Is this possible?
Can I invoke list of Assets and Software?
How to retrieve list of assets what will be the most recommendable way in order to transfer data from lansweeper database to some other database?
Thank you in advance,
Veljko
I have external application where I would like to retrieve Assets and Software data using the web service (SOAP or REST API) in order to get a list of Assets and Software and to have them in that external application?
Is this possible?
Can I invoke list of Assets and Software?
How to retrieve list of assets what will be the most recommendable way in order to transfer data from lansweeper database to some other database?
Thank you in advance,
Veljko
Labels:
- Labels:
-
Product Feedback
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 01:19 PM
Unfortunately, Lansweeper currently only offers and API for the helpdesk module to create, retrieve or update tickets. An asset API has been requested before and is already on our customer wishlist. We've moved your topic to the wishlist section of our forum in this context. For now we don't have an estimated release date yet for an asset API.
The way we'd recommend retrieving information from your Lansweeper database currently would be via SQL queries. You could create a view that contains all the information you're looking for and export/import it. If you want to interface with your Lansweeper database externally, the connectionstring of your Lansweeper database can be found in Program Files (x86)\Lansweeper\Service\lansweeperservice.exe.config on your Lansweeper server or by opening ConfigEditor.exe under Program Files (x86)\Lansweeper\Tools if you're on version 6.0.100.
The way we'd recommend retrieving information from your Lansweeper database currently would be via SQL queries. You could create a view that contains all the information you're looking for and export/import it. If you want to interface with your Lansweeper database externally, the connectionstring of your Lansweeper database can be found in Program Files (x86)\Lansweeper\Service\lansweeperservice.exe.config on your Lansweeper server or by opening ConfigEditor.exe under Program Files (x86)\Lansweeper\Tools if you're on version 6.0.100.
