TimeSheet.ReadReviewedTimesheets Method
Reads all timesheets that have been reviewed by the current user for the specified resources in the specified time range.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadReviewedTimesheets", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadReviewedTimesheets ( _
start As DateTime, _
finish As DateTime, _
resUIDs As Guid() _
) As TimesheetListDataSet
'Usage
Dim instance As TimeSheet
Dim start As DateTime
Dim finish As DateTime
Dim resUIDs As Guid()
Dim returnValue As TimesheetListDataSet
returnValue = instance.ReadReviewedTimesheets(start, _
finish, resUIDs)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadReviewedTimesheets", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public TimesheetListDataSet ReadReviewedTimesheets(
DateTime start,
DateTime finish,
Guid[] resUIDs
)
Parameters
- start
Type: System.DateTime
The start date and time.
- finish
Type: System.DateTime
The end date and time.
- resUIDs
Type: []
The array of resources for whom timesheets should be read.
Return Value
Type: [TimeSheet Web service].TimesheetListDataSet
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows the user to log on to the Project Server. Global permission. |