GET api/timesheet/CheckTimesheetsNullOrSaved?userActiveWeekEndings={userActiveWeekEndings}&usrID={usrID}
Checks a set of week-ending dates for a user and returns the weeks whose timesheet status is missing or saved (not yet submitted).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userActiveWeekEndings |
A comma-separated list of week-ending dates to check (e.g., `'2024-01-01','2024-01-08'`). |
string |
Required |
| usrID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a list of week-ending dates where the timesheet is missing or saved. 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
}