Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → ItemChangeHistoryHolder
The ItemChangeHistoryHolder type holds the change history for an item. The ItemChangeHistoryHolder type parameters are listed below.
Name | Type | Description |
---|---|---|
item | ItemIdentifier | The item that was queried. |
queryRange | QueryRange | Specifies the number of change history records that are returned. |
changeAction | ItemChangeAction | Holds the change history for an item. |
status | Status |
Holds status information for any messages or failures that are encountered. |
The ItemChangeHistoryHolder type is returned in response to a GetItemsChangeHistory call. ItemChangeHistoryHolder provides complete change history information for both primary and auxiliary items. See GetItemsChangeHistory for more information.
The totalCount member of the queryRange parameter that is returned is equal to the size of whole result set of unfiltered item change actions; this is equivalent to zeroed or missing startIndex and fetchSize parameters.
The following XML snippet shows the ItemChangeHistoryHolder type in the GetItemsChangeHistory response.
<ae:GetItemsChangeHistoryResponse> <ae:return> <ae:item> <ae:displayName>BUG000173</ae:displayName> <ae:id>109</ae:id> <ae:uuid>c1e62a05-5dd1-46e7-9cdc-b91518893b23</ae:uuid> <ae:tableId>1000</ae:tableId> <ae:tableIdItemId>1000:109</ae:tableIdItemId> <ae:issueId>000173</ae:issueId> </ae:item> <ae:queryRange> <ae:startIndex>0</ae:startIndex> <ae:fetchSize>1</ae:fetchSize> <ae:totalCount>7</ae:totalCount> </ae:queryRange> <ae:changeAction> <ae:action>Updated</ae:action> <ae:time>2018-07-17T10:20:09-07:00</ae:time> <ae:user> <ae:displayName>Administrator</ae:displayName> <ae:id>8</ae:id> <ae:uuid>9f9146a3-a273-4411-8000-8396688b7554</ae:uuid> <ae:loginId>admin</ae:loginId> </ae:user> <ae:transition> <ae:displayName>Update</ae:displayName> <ae:id>1</ae:id> <ae:uuid>update</ae:uuid> <ae:internalName>UPDATE</ae:internalName> </ae:transition> <ae:change> <ae:field> <ae:displayName>Status Log</ae:displayName> <ae:id>65</ae:id> <ae:uuid>c96df948-ce4a-4851-9c4d-5ada1f20ed0d</ae:uuid> <ae:dbName>STATUS_LOG</ae:dbName> </ae:field> <ae:newvalue> 02/19/2009 11:53:35 AM - Laura Engineer: Checked in code to address. 03/04/2009 02:23:53 PM - Rhadika Tester: System is still crashing. 07/17/2018 10:20:09 AM - Administrator: Additional code was checked in to fix this issue. </ae:newvalue> </ae:change> </ae:changeAction> </ae:return> </ae:GetItemsChangeHistoryResponse>
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.