Web Services Developer's Guide → Web Services API Reference → SBM Administrative 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 alternate unique identifier for the object. | 
The following XML shows Identifier in the <ae:project> element of a typical call.
<urn:project>
    <urn:displayName>Animation Pro</urn:displayName>
    <urn:id>2</urn:id>
    <urn:uuid>0b87f347-a00c-4359-9c16-625e847bfdab</urn:uuid>
    <urn:fullyQualifiedName>Base Project||Base IDT Project||
    Software Development||Animation Pro</urn:fullyQualifiedName>
</urn:project>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.