# Resumes **GET /jobs/resumes.json** The request can be made through the following parameters, which are mandatory: * Job ID (job_id); or * Date range (export_date_start e export_date_end) Important: * The date range will fetch applicants based on the date they were moved to the export phase * The maximum range between date is 12(twelve) months ## Servers - https://apigateway.vagas.com.br/v1/applicants-export: https://apigateway.vagas.com.br/v1/applicants-export () ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **job_id** (string) Job ID. - **export_date_start** (string(date)) Start date of applicants search. - **export_date_end** (string(date)) End date of applicants search. - **page** (number) requested page - **per_page** (number) per page limit - **include_additions** (boolean) Parameter to indicate if additions will be included in the return. ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (number) - **nome_completo** (string | null) Full name - **data_de_nascimento** (string | null) Date of birth - **identidade_de_genero** (string | null) gender identification - **cpf** (string | null) - **email** (string | null) - **versao_pdf** (string | null) Resume PDF version - **pessoa_com_deficiencia** (boolean) Person with disability - **nacionalidade** (string | null) nationality - **telefone_celular** (object) Cellphone - **telefone_residencial** (string | null) Home phone It might also have small text with the number - **endereco** (object) Address - **nivel_de_escolaridade** (string | null) Education level - **autodeclaracao_racial** (string | null) self racial declaration - **adendos** (object) Additions can have N properties, where the attribute name defined by the addition name ### 401 Unauthorized #### Body: application/json (object) - **error** (string) - **status** (number) ### 404 Not Found #### Body: application/json (object) - **error** (string) - **status** (number) ### 412 Response for when any of the parameters are invalid, the return can be one or more of the values defined in the example answer #### Body: application/json (object) - **error** (object) - **status** (number) [Powered by Bump.sh](https://bump.sh)