Get application parameters (GET)(Deprecated)

Purpose

Deprecated since version 9.1.5. Use this API instead: Get application parameters (GET).

Lists all parameters of an application.

Request


HTTP Request Field Field format/value Notes®
HTTP Method GET  
URL http://<hostname>:<port>/platform/webservice/pacclient/appParams  
Content-Type text/plain Also supports application/json
Accept text/xml Also supports application/json
Cookie platform_token=<token> <token>: returned from logon
Body Application name Mandatory parameter

Response


HTTP Response Field format/value Notes
Response code "200" - connection ok; otherwise connection failed  
Success Message
<AppParams>
   <AppParam>
     <id>%s</id>
     <label>%s</label>
     <mandatory>%s</mandatory>
     <defaultValue>%s</defaultValue>
   </AppParam>
   <AppInfo>...</AppInfo>
</AppParams>
 
Failure Message
<AppParams>
 <AppParam>
   <errMsg>%s</errMsg>
 </AppParam>
</AppParams>
Error details are in the log file.