Get working hours for users
This API call returns a list of Working Hour Activity objects along with a total (used for pagination). This data is from the user's perspective.
Header Parameters
Public API Key
Query Parameters
The starting date. Format: YYYY-MM-DD.
The end date (inclusive). Format: YYYY-MM-DD.
The specific client Id to fetch data. The default value of -1 returns data "all users". Only one of the fields(clientId, groupId, deviceId) can be sent per request.
The specific group Id to fetch data. Only one of the fields (clientId, groupId, deviceId) can be sent per request.
The page number used in pagination.
The page size for the number of results to return per request. The maximum value is 1000.