---
title: "List compensation level groups and levels"
method: GET
path: "/api/v1/pay-grades-and-bands/levels"
tags: ["Public API"]
---

# List compensation level groups and levels

`GET /api/v1/pay-grades-and-bands/levels`

Get all compensation level groups and levels with validation errors and warnings.

OAuth Scopes: pay_grades_and_bands

## Response `200`

Successfully retrieved groups and levels

- LevelsAndBandsLevelsAndBands — Object for compensation level groups and levels
  - `groups` LevelsAndBandsGroup[], required — Array of compensation level groups to upsert
    - `id` integer, nullable — The group ID. Null for new groups.
    - `groupName` string, nullable — The name of the group. A warning will be shown if blank.
    - `levels` LevelsAndBandsLevel[] — Array of levels in this group
      - `levelId` integer, nullable — The level ID. Null for new levels.
      - `levelName` string, nullable — The name of the level
      - `payBand` LevelsAndBandsPayBand — Pay band data object
        - `levelId` integer, nullable — The level ID
        - `min` number, float — The minimum value for the level
        - `mid` number, float — The middle value for the level
        - `max` number, float — The maximum value for the level
        - `currencyCode` string, nullable — The currency code for the level
        - `percentageRange` number, float — The percentage range for the level
        - `compensationType` string — The compensation type for the level
      - `jobTitles` LevelsAndBandsJobTitle[] — Array of job titles associated with this level
        - `id` integer — Job title id
        - `jobTitle` string — Job title name
      - `errors` string[] — Array of validation errors for this level
      - `warnings` string[] — Array of validation warnings for this level

## Other responses

- `403` — Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/versions/19ebf391a399/schema)
