GET
/
api
/
v1
/
cursos
Listar cursos
curl --request GET \
  --url https://services.staging.app.dados.rio/go/api/v1/cursos \
  --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)

pageSize
integer

Tamanho da página (default: 10)

orgao_id
integer

Filtrar por ID do órgão

instituicao_id
integer

Filtrar por ID da instituição

status
string

Filtrar por status

modalidade
string

Filtrar por modalidade

Response

200
application/json

OK

The response is of type object.