Get working hours for computers
This API call returns a list of Working Hour Activity objects along with a total (used for pagination). This data will be from the computer 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 device id to fetch data. 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.