Download Resume

To download a resume, send an authorised HTTP GET request:

GET http://core.ws.efinancialcareers.com/v1/resume-file/{RESUME_ID}?key={SECRET_KEY}

The same request for pilot:

GEThttp://core.ws.pilot.efinancialcareers.com/v1/resume-file/{RESUME_ID}?key={SECRET_KEY}

Note: it is possible to receive the “http://{API_URL}/v1/resume-file/{RESUME_ID}?key={SECRET_KEY}” link in the “Get Resume Views response” – <ns2:downloadLink>link</ns2:downloadLink>

Mandatory HTTP headers

Content-Type: application/xml

Authorization: EfcAuth realm="EFC", token="cf19d435173c7e75ca920a151802da41"

Upon success, the server sends the requested file and responds with HTTP 200 OK status code and the following headers:

Content-Disposition: attachment; filename="filename.pdf"
Content-Type: application/octet-stream

Note: filename=”{FILE_NAME}”, FILE_NAME – the initial name of the file which was uploaded by Job Seeker.