Get a list of applications and status (GET)
Description
URL |
scheme://domain:port/platform/ws/applications/appStatus |
|
Description |
Get a list of all applications and application status. |
|
HTTP Method |
GET |
|
Parameters |
None |
Request
Request-Method |
GET |
|
Request-URI |
/platform/ws/applications/appStatus | |
Request-Header |
Name | Value |
Accept |
application/xml or application/json |
|
Message-body |
empty |
Response
Response-Code |
|
|
Response-Header |
Name | Value |
Content-Type |
application/xml or application/json |
|
Message-body |
Success Message |
If successful, returns a list of all applications along with their status.
|
Failure Message |
If not successful, returns an error message. For additional information, refer to the schema file ./schemas/jobs/error.xsd.
|
Example
# Response
200 Successful
Content-Type: application/xml;
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Applications total="27">
<AppInfo>
<appName>Windows_Remote_Desktop</appName>
<status>Unpublished</status>
</AppInfo>
...
</Applications>