GET api/eScheduler/GetHousekeeperLogin?empID={empID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HousekeeperLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Login | date |
None. |
|
| OnBreak | date |
None. |
|
| OnLunch | date |
None. |
|
| UserName | string |
None. |
|
| LastChanged | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Login": "2025-12-20T23:21:17.107408Z",
"OnBreak": "2025-12-20T23:21:17.107408Z",
"OnLunch": "2025-12-20T23:21:17.107408Z",
"UserName": "sample string 3",
"LastChanged": "2025-12-20T23:21:17.107408Z"
}
application/xml, text/xml
Sample:
<HousekeeperLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models"> <ID>1</ID> <LastChanged>2025-12-20T23:21:17.107408+00:00</LastChanged> <Login>2025-12-20T23:21:17.107408+00:00</Login> <OnBreak>2025-12-20T23:21:17.107408+00:00</OnBreak> <OnLunch>2025-12-20T23:21:17.107408+00:00</OnLunch> <UserName>sample string 3</UserName> </HousekeeperLogin>