Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Common Types → ApplicationIdentifier
The ApplicationIdentifier type holds the identification information for an application. The ApplicationIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for an application. |
The ApplicationIdentifier is the identifier that can be used in Web service methods to uniquely identify an application. The ApplicationIdentifier contains the generic information about an application (including the display name, ID, and UUID).
The following XML snippet shows ApplicationIdentifier in the return element of a response.
<ae:return>
<ae:application xsi:type="ae:ApplicationIdentifier">
<ae:displayName>Incident Management</ae:displayName>
<ae:id>3</ae:id>
<ae:uuid>955e8e0e-9342-46ed-ba06-d1bfdc1cdf80</ae:uuid>
</ae:application>
<ae:description>Provides simple Incident Management
→functionality for small Support teams.</ae:description>
<ae:appDefUUID/>
<ae:revision>2</ae:revision>
</ae:return>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.