GET api/eScheduler/GetHousekeeperLogin?empID={empID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empID

integer

Required

Body Parameters

None.

Response Information

Resource Description

HousekeeperLogin
NameDescriptionTypeAdditional 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": "2024-05-18T07:16:52.1267667Z",
  "OnBreak": "2024-05-18T07:16:52.1267667Z",
  "OnLunch": "2024-05-18T07:16:52.1267667Z",
  "UserName": "sample string 3",
  "LastChanged": "2024-05-18T07:16:52.1267667Z"
}

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>2024-05-18T07:16:52.1267667+00:00</LastChanged>
  <Login>2024-05-18T07:16:52.1267667+00:00</Login>
  <OnBreak>2024-05-18T07:16:52.1267667+00:00</OnBreak>
  <OnLunch>2024-05-18T07:16:52.1267667+00:00</OnLunch>
  <UserName>sample string 3</UserName>
</HousekeeperLogin>