GET api/timesheet/CheckUserOverdueTimesheetsNew?usrID={usrID}
Retrieves the start and end dates of all user roles for a specified user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usrID |
The ID of the user whose role periods are being queried. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a list of user role start and end dates. 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
}