cURL
curl --request GET \ --url https://services.pref.rio/go/api/v1/empregabilidade/curriculo/experiencias/{id} \ --header 'Authorization: Bearer <token>'
{ "cargo": "<string>", "cpf": "<string>", "created_at": "<string>", "descricao_atividades": "<string>", "eh_trabalho_atual": true, "empresa": "<string>", "experiencia_comprovada_ct": true, "id": "<string>", "tempo_experiencia_meses": 123, "updated_at": "<string>" }
Retorna uma experiência específica do currículo
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da experiência
OK