Statusing.ReadAssignmentHistory Method

Gets the transaction history of a specified assignment, task, or transaction.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadAssignmentHistory ( _
    itemid As Guid, _
    itemtype As AssnHistoryItemType _
) As AssnHistoryDataSet
'Usage
Dim instance As Statusing
Dim itemid As Guid
Dim itemtype As AssnHistoryItemType
Dim returnValue As AssnHistoryDataSet

returnValue = instance.ReadAssignmentHistory(itemid, _
    itemtype)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public AssnHistoryDataSet ReadAssignmentHistory(
    Guid itemid,
    AssnHistoryItemType itemtype
)

Parameters

  • itemid
    Type: System.Guid
    Unique ID of assignment, task, or transaction.

Return Value

Type: [Statusing Web service].AssnHistoryDataSet

Remarks

Project Server Permissions

No permissions are required. This method reads data for only the current logged-on resource.

See Also

Reference

Statusing Class

Statusing Members

Statusing Web Service