GET api/timesheet/GetUserOverdueTimesheets?usrID={usrID}&weekEnding={weekEnding}
Retrieves a list of overdue timesheets for a specific user up to a given week-ending date.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usrID |
The ID of the user whose overdue timesheets are being queried. |
integer |
Required |
| weekEnding |
The cutoff week-ending date to include overdue timesheets. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a list of overdue timesheets. On failure: HTTP 400 Bad Request with a descriptive error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}