---
title: "GET /classes"
method: GET
path: "/classes"
tags: ["ClasseController"]
---

# GET /classes

`GET /classes`

## Query parameters

- `filter` object
  - `where` object
  - `fields` object
    - `_id` boolean
    - `ankamaId` boolean
    - `name` boolean
    - `level` boolean
    - `type` boolean
    - `imgUrl` boolean
    - `url` boolean
    - `description` boolean
    - `category` boolean
    - `title` boolean
    - `videoUrl` boolean
    - `roles` boolean
    - `spells` boolean
    - `maleImg` boolean
    - `femaleImg` boolean
  - `offset` integer
  - `limit` integer
  - `skip` integer
  - `order` string[]

## Response `200`

Array of Classe model instances

- Classe[]
  - `_id` number, required
  - `ankamaId` number
  - `name` string
  - `level` number
  - `type` string
  - `imgUrl` string
  - `url` string
  - `description` string
  - `category` string
  - `title` string
  - `videoUrl` string
  - `roles` string[]
  - `spells` object[]
  - `maleImg` string
  - `femaleImg` string

---

[API](https://skmtc.dev/dofapi/apis/loopback-application.md) · [All operations](https://skmtc.dev/dofapi/apis/loopback-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dofapi/loopback-application/revisions/8b5cdfcf6ccc/schema)
