Skip to main content
GET
/
api
/
v1
/
empregabilidade
/
candidaturas
/
usuario
/
{cpf}
Listar candidaturas por CPF
curl --request GET \
  --url https://services.pref.rio/go/api/v1/empregabilidade/candidaturas/usuario/{cpf} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

cpf
string
required

CPF do usuário

Query Parameters

page
integer

Número da página (default: 1)

pageSize
integer

Tamanho da página (default: 10)

vagaId
string

Filtrar por ID da vaga

status
string

Filtrar por status

etapa_id
string

Filtrar por ID da etapa atual

Response

OK

The response is of type object.