Skip to main content
GET
/
payroll-groups
Get Payroll Groups
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/payroll-groups \
  --header 'X-API-KEY: <api-key>'
{
  "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>"
      ]
    }
  ]
}
This endpoint returns paginated results. Use items_per_page and page query parameters to control pagination. The response includes a total field with the full count of payroll groups.

Authorizations

X-API-KEY
string
header
required

Response

OK

payroll_groups
object[]