get_ukg_timecards
Get employee timecards with optional start and end date filters to access attendance records from UKG Ready.
Instructions
Retrieve timecards for an employee, optionally constrained by a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Override the tenant endpoint; use {employeeId} as a placeholder. | |
| query | No | Additional query parameters supported by the UKG tenant. | |
| endDate | No | End date in the tenant's accepted format. | |
| startDate | No | Start date in the tenant's accepted format. | |
| employeeId | Yes | UKG employee identifier. |