Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.57 KB

GetTimeClockRequest.md

File metadata and controls

15 lines (11 loc) · 1.57 KB

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] [Back to API list] [Back to README]