Skip to main content
GET
/
api
/
v1
/
courses
Listar cursos criados
curl --request GET \
  --url https://services.pref.rio/go/v1/api/v1/courses \
  --header 'Authorization: Bearer <token>'
{}

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 (default: 1)

limit
integer

Tamanho da página (default: 10)

status
string

Filtrar por status

modalidade
string

Filtrar por modalidade

organization
string

Filtrar por organização

Buscar no título

Response

OK

The response is of type object.