Skip to main content
GET
/
api
/
v1
/
courses
Listar cursos criados
curl --request GET \
  --url https://services.pref.rio/go/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 (provedor do curso)

Buscar no título

categoria_id
integer

Filtrar por categoria

acessibilidade_id
integer

Filtrar por acessibilidade

neighborhood_zone
string

Filtrar por zona do bairro

Response

OK

The response is of type object.