Objective
This method returns the application name for the system_id introduced as parameter. DST must be provided.
Parameters
Parameter | Description | Type |
library | eDOCS library | String |
user | User name | String |
password | User password | String |
system_id | The system_id of the Application. | String |
client | Optional parameter for the client code | String |
project | Optional parameter for the project code | String |
Rest Invoke
- http://localhost:port/GSService/xml/ or http://localhost:port/GSService/json/
- UriTemplate:
- “/GetAppName/?library={library}&user={user}&password={password}&system_id={system_id}&client={client}&project={project}”
- “/GetAppNameDST/?library={library}&user={user}&dst={dst}&system_id={system_id}&client={client}&project={project}”
Example
http://localhost:8732/GSService/xml/GetAppName/?library=DMTESTLEGAL&user=admin&password=owc123 &system_id=5
DST Example
http://localhost:8732/GSService/xml/GetAppNameDST/?library=DMTESTLEGAL&user=admin&dst=afd448a5d0f9b89f7c9fe14a898d...b8c677ad16b7540fe6f75a41e&system_id=5
Error
It returns the application name or an error. Check the event.log file if you find errors.