# GetTimeClockRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **staff_id** | **int** | The staff ID for whom you want to retrieve time card information. If you do not supply a `StaffId`, all active staff members return, ordered by staff ID. | [optional] **start_date_time** | **datetime** | The beginning of the date range for the time card information to be returned. If you do not supply a `StartDateTime`, data returns for the seven days prior to the `EndDateTime` that you supply. The maximum allowed date range is 14 days. | [optional] **end_date_time** | **datetime** | The end of the date range for the time card information to be returned. If you do not supply an `EndDateTime`, data returns for the seven days prior to today’s date. Classes that begin before the `EndDateTime` are included in the response, regardless of the time that the class ends. The maximum allowed date range is 14 days.<br /> Default: **Today’s date** | [optional] **include_inactive_staff** | **bool** | When `true`, payroll information returns for both active and inactive staff members.<br /> Default: **false** | [optional] **limit** | **int** | Number of results to include, defaults to 100 | [optional] **offset** | **int** | Page offset, defaults to 0. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)