Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → Identifier
The Identifier type holds generic identification information. The Identifier type parameters are listed below.
| Name | Type | Description | 
|---|---|---|
| displayName | string | The display name of the object. | 
| id | integer | The TS_ID of the object. | 
| uuid | string | An alternative unique identifier for the object. | 
The following XML shows Identifier in the <ae:report> element of a typical call.
<urn:report>
    <urn:displayName>Change Requests By Issue</urn:displayName>
    <urn:id>8</urn:id>
    <urn:uuid>40e8bb61-14fe-409c-aa5e-6399cf3e26a8</urn:uuid>
</urn:report>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.