Read attendance for a window
Exactly what the run will read. Use it to reconcile before calculating.
Query parameters
from requiredstring (date) | Start of the window, inclusive. |
to requiredstring (date) | End of the window, inclusive. |
organization_id integer | Organization to act on. Required when the API key can reach more than one organization; optional - and defaulted - when it can reach exactly one. |
employee_id string | — |
page integer | 1-based page number. |
per_page integer | Items per page. The engine caps this at 200. |
Responses
200Attendance records. object400The request was malformed or failed validation. ErrorResponse401The key is missing, unknown, or the HMAC signature did not verify. ErrorResponse