Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets approval results for submitted status updates.
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/ReadStatusApprovalsSubmitted", 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 ReadStatusApprovalsSubmitted ( _
includeTasks As Boolean _
) As StatusApprovalDataSet
'Usage
Dim instance As Statusing
Dim includeTasks As Boolean
Dim returnValue As StatusApprovalDataSet
returnValue = instance.ReadStatusApprovalsSubmitted(includeTasks)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalsSubmitted", 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 StatusApprovalDataSet ReadStatusApprovalsSubmitted(
bool includeTasks
)
Parameters
- includeTasks
Type: System.Boolean
If true, includes task information in the result set.
Return Value
Type: [Statusing Web service].StatusApprovalDataSet
Remarks
Project Server Permissions
No permissions are required. This method reads data for only the current logged-on resource.