Web Services API |
Top Previous Next |
The Web Services API is intended to allow external applications to access and manipulate some of ThinRDP data and settings. ThinRDP has two different Web Services available:
a. Profiles Web Service:
If you need to manipulate ThinRDP users and their permissions from an external software application, you can use the Profiles Web Services to perform this task. If you don't know how to use the Access Profiles feature, take a look on the section that explains it's use and behaviour.
b. Analytics Web Service:
The ThinRDP Analytics feature is included since version 2.0.0.16. This feature keeps statistic data of ThinRDP logins, sessions, connections and used browsers. The Analytics Web Service allows external applications to access these information.
Requirements for the Web Service API:
1. The Profiles Web Service is valid for environments using Access Profiles as the ThinRDP authentication mode.
2. The integration has to be done at a programming level. You will need to develop or modify an application which will act as the Web Service requester and this application will have to implement the ThinRDP Web Service interface.
You may want to keep on reading about the Web Service API Integration:
Setting up the communication settings
|