Statusing.ReadTransactionDetails Method

Gets the list of changes associated with the specified status update.

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/ReadTransactionDetails", 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 ReadTransactionDetails ( _
    updateID As Guid _
) As StatusApprovalTransactionDetailsDataSet
'Usage
Dim instance As Statusing
Dim updateID As Guid
Dim returnValue As StatusApprovalTransactionDetailsDataSet

returnValue = instance.ReadTransactionDetails(updateID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", 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 StatusApprovalTransactionDetailsDataSet ReadTransactionDetails(
    Guid updateID
)

Parameters

  • updateID
    Type: System.Guid
    Unique ID of the assignment of interest.

Return Value

Type: [Statusing Web service].StatusApprovalTransactionDetailsDataSet

Remarks

Project Server Permissions

Permission

Description

OpenProject

Read access to the project.

Category Permission.

See Also

Reference

Statusing Class

Statusing Members

Statusing Web Service