GET Attendance/{SiteID}?StartDate={StartDate}&EndDate={EndDate}&UserID={UserID}
Returns clock in and clock out times for users
Request Information
URI Parameters
| Name | Type | Description | Additional information |
|---|---|---|---|
| SiteID | integer | ||
| StartDate | date | ||
| EndDate | date | ||
| UserID | integer |
Body Parameters
None.
Response Information
Resource Description
AttendanceModel| Name | Type | Description | Additional information |
|---|---|---|---|
| SiteID | integer |
None. |
|
| UserAttendance | Collection of UserAttendance |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.