GET
/
classe
curl --request GET \
  --url https://api.plataformainsight.com.br/v1/classe \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "b9351cb5-eb5c-41d0-b0f0-3fa7e0cd1f0e",
      "name": "Turma 1",
      "createdAt": "2025-02-17T18:11:56.711Z",
      "updatedAt": "2025-02-17T18:11:56.711Z",
      "countStudents": 3
    }
  ],
  "totalRecords": 10
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Número da página

pageSize
number

Tamanho da página

sortBy
string

Ordenação

query
string

Filtro por nome

Response

200
application/json

Successful response

The response is of type object.