Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Common Types → TableIdentifier
The TableIdentifier type holds the identification information for a table. The TableIdentifier type parameters are listed below.
| Name | Type | Description | 
|---|---|---|
| identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a table. | 
| dbName | string | The unique database name of the table | 
The TableIdentifier is the identifier that can be used in Web service methods to uniquely identify a table. The TableIdentifier contains the generic information about a table (including the display name, ID, and UUID) in addition to the database name of the table.
The following XML shows TableIdentifier as seen in a typical call.
<urn:table>
    <urn:displayName>Issues</urn:displayName>
    <urn:id>1000</urn:id>
    <urn:uuid>dc8cd329-b430-436f-bb75-bf90008e6a50</urn:uuid>
    <urn:dbName>UBG_ISSUES</urn:dbName>
</urn:table>
 
    Copyright © 2007–2017 Serena Software, Inc. All rights reserved.