Edit

Share via


Statusing.ReadTransactionDetails(Guid) Method

Definition

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

public:
 WebSvcStatusing::StatusApprovalTransactionDetailsDataSet ^ ReadTransactionDetails(Guid updateID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public WebSvcStatusing.StatusApprovalTransactionDetailsDataSet ReadTransactionDetails(Guid updateID);
member this.ReadTransactionDetails : Guid -> WebSvcStatusing.StatusApprovalTransactionDetailsDataSet
Public Function ReadTransactionDetails (updateID As Guid) As StatusApprovalTransactionDetailsDataSet

Parameters

updateID
Guid

Unique ID of the assignment of interest.

Returns

Attributes

Remarks

Project Server Permissions

OpenProject Read access to the project.Category Permission.

Applies to