GET api/timesheet/CheckTimesheetsNullOrSaved?userActiveWeekEndings={userActiveWeekEndings}&usrID={usrID}

Notification Centre CheckUserOverdueTimesheetsNew

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userActiveWeekEndings

A SQL-formatted string 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
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}