---
title: "List classes"
method: GET
path: "/v3/classes"
tags: ["Classes (QBO only)"]
---

# List classes

`GET /v3/classes`

Class comes from QBO only, and can be populated on an obligation. This does not apply to NS users

## Response `200`

Get QBO Classes

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `data` ClassModelDto[]
      - `id` string, required — The ID of the class model
      - `name` string, required — The name of the class model
      - `externalId` string, required — The external ID of the class model
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
