Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → TTItemList
The TTItemList type contains the items and the total count of items that are returned from GetItemsByQuery. The TTItemList type parameters are listed below.
Name | Type | Description |
---|---|---|
item | TTItem |
The TTItem type holds the generic data for an item. |
totalCount | integer | The total number of items returned by the query. |
The TTItemList type holds all of the field information for items that are returned by GetItemsByQuery, along with a count of the total number of returned items.
The following XML snippet shows TTItemList in the return element of the GetItemsByQuery response.
<ae:GetItemsByQueryResponse> <ae:return> <ae:item> <ae:id xsi:type="ae:ItemIdentifier"> <ae:displayName>BUG000030</ae:displayName> <ae:id>14</ae:id> <ae:uuid>79fd7446-f96e-4265-b765-cbcd0e66357f</ae:uuid> <ae:tableId>1000</ae:tableId> <ae:tableIdItemId>1000:14</ae:tableIdItemId> <ae:issueId>000030</ae:issueId> </ae:id> <detailed_item_data> </ae:item> <ae:item> <ae:id xsi:type="ae:ItemIdentifier"> <ae:displayName>ENH000032</ae:displayName> <ae:id>15</ae:id> <ae:uuid>49a065dd-cf7f-499c-852f-a78c751fdd2f</ae:uuid> <ae:tableId>1000</ae:tableId> <ae:tableIdItemId>1000:15</ae:tableIdItemId> <ae:issueId>000032</ae:issueId> </ae:id> <detailed_item_data> </ae:item> <ae:totalCount>2</ae:totalCount> </ae:return> </ae:GetItemsByQueryResponse>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.