POST employee/schedules?companyId={companyId}&employeeId={employeeId}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | integer |
Required |
|
employeeId | integer |
Required |
|
startDate | date |
Required |
|
endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IConnect.Web.ReportingApi.Models.ApiEmployeeName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
CellPhone | string |
None. |
|
Schedules | Collection of IConnect.Web.ReportingApi.Models.ApiEmployeeScheduleFull |
None. |
|
EmployeeId | integer |
None. |
|
ImageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FirstName": "sample string 1", "LastName": "sample string 2", "CellPhone": "sample string 3", "Schedules": [ { "ClockIn": "2025-04-03T22:36:10.4736201-04:00", "ClockOut": "2025-04-03T22:36:10.4736201-04:00", "ScheduleId": 1, "Start": "2025-04-03T22:36:10.4736201-04:00", "End": "2025-04-03T22:36:10.4736201-04:00", "LunchStart": "2025-04-03T22:36:10.4736201-04:00", "LunchEnd": "2025-04-03T22:36:10.4736201-04:00" }, { "ClockIn": "2025-04-03T22:36:10.4736201-04:00", "ClockOut": "2025-04-03T22:36:10.4736201-04:00", "ScheduleId": 1, "Start": "2025-04-03T22:36:10.4736201-04:00", "End": "2025-04-03T22:36:10.4736201-04:00", "LunchStart": "2025-04-03T22:36:10.4736201-04:00", "LunchEnd": "2025-04-03T22:36:10.4736201-04:00" } ], "EmployeeId": 4, "ImageUrl": "sample string 5" }, { "FirstName": "sample string 1", "LastName": "sample string 2", "CellPhone": "sample string 3", "Schedules": [ { "ClockIn": "2025-04-03T22:36:10.4736201-04:00", "ClockOut": "2025-04-03T22:36:10.4736201-04:00", "ScheduleId": 1, "Start": "2025-04-03T22:36:10.4736201-04:00", "End": "2025-04-03T22:36:10.4736201-04:00", "LunchStart": "2025-04-03T22:36:10.4736201-04:00", "LunchEnd": "2025-04-03T22:36:10.4736201-04:00" }, { "ClockIn": "2025-04-03T22:36:10.4736201-04:00", "ClockOut": "2025-04-03T22:36:10.4736201-04:00", "ScheduleId": 1, "Start": "2025-04-03T22:36:10.4736201-04:00", "End": "2025-04-03T22:36:10.4736201-04:00", "LunchStart": "2025-04-03T22:36:10.4736201-04:00", "LunchEnd": "2025-04-03T22:36:10.4736201-04:00" } ], "EmployeeId": 4, "ImageUrl": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfApiEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Web.ReportingApi.Models"> <ApiEmployee> <CellPhone>sample string 3</CellPhone> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <Schedules> <ApiEmployeeScheduleFull> <End>2025-04-03T22:36:10.4736201-04:00</End> <LunchEnd>2025-04-03T22:36:10.4736201-04:00</LunchEnd> <LunchStart>2025-04-03T22:36:10.4736201-04:00</LunchStart> <ScheduleId>1</ScheduleId> <Start>2025-04-03T22:36:10.4736201-04:00</Start> <ClockIn>2025-04-03T22:36:10.4736201-04:00</ClockIn> <ClockOut>2025-04-03T22:36:10.4736201-04:00</ClockOut> </ApiEmployeeScheduleFull> <ApiEmployeeScheduleFull> <End>2025-04-03T22:36:10.4736201-04:00</End> <LunchEnd>2025-04-03T22:36:10.4736201-04:00</LunchEnd> <LunchStart>2025-04-03T22:36:10.4736201-04:00</LunchStart> <ScheduleId>1</ScheduleId> <Start>2025-04-03T22:36:10.4736201-04:00</Start> <ClockIn>2025-04-03T22:36:10.4736201-04:00</ClockIn> <ClockOut>2025-04-03T22:36:10.4736201-04:00</ClockOut> </ApiEmployeeScheduleFull> </Schedules> </ApiEmployee> <ApiEmployee> <CellPhone>sample string 3</CellPhone> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <Schedules> <ApiEmployeeScheduleFull> <End>2025-04-03T22:36:10.4736201-04:00</End> <LunchEnd>2025-04-03T22:36:10.4736201-04:00</LunchEnd> <LunchStart>2025-04-03T22:36:10.4736201-04:00</LunchStart> <ScheduleId>1</ScheduleId> <Start>2025-04-03T22:36:10.4736201-04:00</Start> <ClockIn>2025-04-03T22:36:10.4736201-04:00</ClockIn> <ClockOut>2025-04-03T22:36:10.4736201-04:00</ClockOut> </ApiEmployeeScheduleFull> <ApiEmployeeScheduleFull> <End>2025-04-03T22:36:10.4736201-04:00</End> <LunchEnd>2025-04-03T22:36:10.4736201-04:00</LunchEnd> <LunchStart>2025-04-03T22:36:10.4736201-04:00</LunchStart> <ScheduleId>1</ScheduleId> <Start>2025-04-03T22:36:10.4736201-04:00</Start> <ClockIn>2025-04-03T22:36:10.4736201-04:00</ClockIn> <ClockOut>2025-04-03T22:36:10.4736201-04:00</ClockOut> </ApiEmployeeScheduleFull> </Schedules> </ApiEmployee> </ArrayOfApiEmployee>