Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → GetApplications
This service returns identification information for available applications in an SBM Application Engine database.
ApplicationData (a list of applications) is returned in the response. Each return element shows the ApplicationIdentifier, the description, the application definition UUID, and the revision number. See ApplicationData for more information.
Use GetApplications to return the available applications and information about each revision. This information is useful when you need to retrieve historical information about deployed applications.
The following XML is a snippet of the payload that is sent with GetApplications.
<urn:GetApplications> <urn:auth> <urn:userId>admin</urn:userId> <urn:password></urn:password> <urn:hostname></urn:hostname> <urn:loginAsUserId></urn:loginAsUserId> </urn:auth> <urn:options> <urn:extraOption> <urn:name></urn:name> <urn:value></urn:value> </urn:extraOption> </urn:options> </urn:GetApplications>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.