Returns all wage rules for your company.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/wage-rules \ --header 'X-API-KEY: <api-key>'
200
Example
{ "wage_rules": [ { "id": "<string>", "name": "<string>", "default_wage": 123, "deleted": 0, "insert_date": "<string>", "pending": true, "updateError": true, "deleteError": true } ] }
Documentation IndexFetch the complete documentation index at: https://docs.roostedhr.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes