Statusing.ReadStatusApprovalDetails method

Gets a list of changes associated with a submitted assignment.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalDetails", 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 ReadStatusApprovalDetails ( _
    assignmentID As Guid _
) As StatusApprovalTransactionDetailsDataSet
'Usage
Dim instance As Statusing
Dim assignmentID As Guid
Dim returnValue As StatusApprovalTransactionDetailsDataSet

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

Parameters

Return value

Type: WebSvcStatusing.StatusApprovalTransactionDetailsDataSet

Remarks

Project Server Permissions

No permissions are required. The caller must be the manager associated with the update, and the update must be in the "submitted" state.

See also

Reference

Statusing class

Statusing members

WebSvcStatusing namespace