employeehours/{year}
Get year worth of Employee Hours records for your organization or a single site by adding filter ?siteId={siteId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year |
Year of which to query |
integer |
Required |
siteId |
Site Id |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Standard Responses
Name | Description | Type | Additional information |
---|---|---|---|
pagingInfo | PagingInfoDto |
None. |
|
values | Collection of ListEmployeeHoursDto |
None. |
|
links | Collection of LinkDto |
None. |
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|---|---|---|
400 - BadRequest | The request encoutered an error. Please view the details. |
CustomErrorDto<IEnumerable<String>> |
None. |