Returns all payroll groups, sorted alphabetically by name.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/payroll-groups \ --header 'X-API-KEY: <api-key>'
200
Example
{ "payroll_groups": [ { "id": "<string>", "name": "<string>", "payroll_item_id": "<string>", "default_wage": 123, "insert_date": "<string>", "invoice_cost": 123, "wage_rules_id": "<string>", "group_rows": [ "<string>" ], "locations": [ "<string>" ] } ] }
items_per_page
page
total
OK
Show child attributes