AI agent? Read this page as Markdown at /hris/attendance/model.md — append .md to any docs URL, or start from /llms.txt.
Attendance data model
View field support, webhooks, and list parameters for each integration on the Supported Integrations page.
idstring
created_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
updated_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
employee_user_idstring required
(reference to HrisEmployee)
start_atdate required
clock-in (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
end_atdate required
clock-out (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
timeshift_idstring
the scheduled hris_timeshift this attendance record fulfils
location_idstring
(reference to HrisLocation)
company_idstring
(reference to HrisCompany)
group_idstring
department, team, etc. (reference to HrisGroup)
timezonestring
hoursnumber
worked hours
currencystring
pairs with hourly_rate and tip amounts
status enum
Valid values:
"OPEN"
"CLOSED"
"APPROVED"
declared_tips_amountnumber
cash tips declared by the employee for this attendance record
non_cash_tips_amountnumber
card/non-cash tips attributed to this attendance record
job_namestring
hourly_ratenumber
approver_user_idstring
(reference to HrisEmployee)
approved_atdate
(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
Are we missing anything? Let us know