Statusing.ReadStatusApprovalDetails Method

Gets a list of changes associated with a submitted assignment.

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/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: [Statusing Web service].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

Statusing Web Service