cURL
curl --request GET \ --url https://api.plataformainsight.com.br/v1/classe \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "countStudents": 123 } ], "totalRecords": 123 }
Retorna a lista das turmas
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número da página
Tamanho da página
Ordenação
Filtro por nome
Successful response
Show child attributes
10
Was this page helpful?