get https://api.7shifts.com/v2/reports/hours_and_wages
Sample Response
{
"users": [
{
"user": {
"id": 112233,
"employee_id": "123456",
"first_name": "Jane",
"last_name": "Dane"
},
"weeks": [
{
"week": "2022-07-03",
"salaried": false,
"shifts": [
{
"user_id": 112233,
"date": "2022-07-06 17:01:00",
"week_label": "2022-07-03",
"day_label": "Jul 6",
"label": "5:01PM - 10:45PM",
"breaks": [
"Paid Break - 30 min (7:00pm - 7:30pm)"
],
"location_id": 9876,
"location_label": "Restaurant",
"role_id": 4320,
"role_label": "Host",
"wage": 18,
"status": 0,
"salaried": false,
"compliance_exceptions": [],
"total": {
"regular_hours": 0,
"regular_pay": 0,
"overtime_hours": 5.73,
"overtime_pay": 90.62,
"holiday_hours": 0,
"holiday_pay": 0,
"compliance_exceptions_pay": 0,
"total_hours": 5.73,
"total_pay": 90.62,
"total_tips": 0,
"cash_tips": 0,
"credit_card_tips": 0,
"total_payment_tips": 0,
"pos_declared_tips": 0,
"tip_in": 0,
"tip_out": 0
}
}
],
"lone_compliance_exceptions": [],
"total": {
"regular_hours": 0,
"regular_pay": 0,
"overtime_hours": 5.73,
"overtime_pay": 90.62,
"holiday_hours": 0,
"holiday_pay": 0,
"compliance_exceptions_pay": 0,
"total_hours": 5.73,
"total_pay": 90.62,
"total_tips": 0,
"cash_tips": 0,
"credit_card_tips": 0,
"total_payment_tips": 0,
"pos_declared_tips": 0,
"tip_in": 0,
"tip_out": 0
}
}
],
"roles": [
{
"role_id": 4320,
"role_label": "Host",
"total": {
"regular_hours": 0,
"regular_pay": 0,
"overtime_hours": 5.73,
"overtime_pay": 90.62,
"holiday_hours": 0,
"holiday_pay": 0,
"compliance_exceptions_pay": 0,
"total_hours": 5.73,
"total_pay": 90.62,
"total_tips": 0,
"cash_tips": 0,
"credit_card_tips": 0,
"total_payment_tips": 0,
"pos_declared_tips": 0,
"tip_in": 0,
"tip_out": 0
},
"location_label": "Restaurant"
}
],
"total": {
"regular_hours": 0,
"regular_pay": 0,
"overtime_hours": 5.73,
"overtime_pay": 90.62,
"holiday_hours": 0,
"holiday_pay": 0,
"compliance_exceptions_pay": 0,
"total_hours": 5.73,
"total_pay": 90.62,
"total_tips": 0,
"cash_tips": 0,
"credit_card_tips": 0,
"total_payment_tips": 0,
"pos_declared_tips": 0,
"tip_in": 0,
"tip_out": 0
},
"salaried": false
}
],
"show_exception_costs": true,
"tip_tracking_enabled": false,
"show_tips": true,
"total": {
"regular_hours": 0,
"regular_pay": 0,
"overtime_hours": 5.73,
"overtime_pay": 90.62,
"holiday_hours": 0,
"holiday_pay": 0,
"compliance_exceptions_pay": 0,
"total_hours": 5.73,
"total_pay": 90.62,
"total_tips": 0,
"cash_tips": 0,
"credit_card_tips": 0,
"total_payment_tips": 0,
"pos_declared_tips": 0,
"tip_in": 0,
"tip_out": 0
},
"start": "2022-07-03",
"end": "2022-07-09"
}