v1
latestOpenAPI 3.1.02026-07-241642423.7 KBList earning rates
Returns a list of earning rates
get/earning_rates
Query parameters
activeboolean
companystring
employeestring
limitinteger
Number of earning rates returned per page. The maximum value is 500.
Response
200
Example response
{
"results": [
{
"id": "rte_aOSqW0QTKcE1iVU1C5",
"amount": "50000.00",
"period": "annually",
"employee": "emp_aslkj192j3laksdj",
"company": "com_omSihPyKgr68wxFQ0xTn",
"name": "Dishwasher Weekend Rate",
"workweek_hours": 40,
"active": true,
"metadata": {}
}
]
}