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": "2026-01-03T19:43:53.5182348Z",
"OnBreak": "2026-01-03T19:43:53.5182348Z",
"OnLunch": "2026-01-03T19:43:53.5182348Z",
"UserName": "sample string 3",
"LastChanged": "2026-01-03T19:43:53.5182348Z"
}
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>2026-01-03T19:43:53.5182348+00:00</LastChanged> <Login>2026-01-03T19:43:53.5182348+00:00</Login> <OnBreak>2026-01-03T19:43:53.5182348+00:00</OnBreak> <OnLunch>2026-01-03T19:43:53.5182348+00:00</OnLunch> <UserName>sample string 3</UserName> </HousekeeperLogin>