Autodesk Vault ProfessionalVault API

GetItemHistoryByItemMasterId Method

Autodesk.Connectivity.WebServicesItemService

Gets the item history for the specific item master based on history type

Required Permissions

ItemRead

Syntax

public Item[] GetItemHistoryByItemMasterId(
   System.long itemMasterId,
   ItemHistoryTyp historyTyp
)
Public Function GetItemHistoryByItemMasterId( _
   ByVal itemMasterId As System.Long, _
   ByVal historyTyp As ItemHistoryTyp _
) As Item()

Parameters

NameDescription
itemMasterIdthe master ID of the item to get the history for
historyTypthe type of history to retrieve

Return Value

array of historical items

See Also