Retrieving all Jobs
To retrieve all your jobs, send an authorised HTTP GET request to this URL:
GET https://core.ws.efinancialcareers.com/v1/users/current/jobs
Mandatory HTTP headers
Content-Type: application/xml
Authorization: EfcAuth realm=”EFC”, token=”522c3c4bd036a69db428ce4274745e9d”
Upon success, the server responds with HTTP 200 OK status code and an XML representation of the job in the response body:
<ns2:jobs xsi:schemaLocation="http://efinancialcareers.com/schema https://core.ws.efinancialcareers.com/v1/schema" xmlns:ns2="http://efinancialcareers.com/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns2:job href=”https://core.ws.efinancialcareers.com/v1/jobs/9″>
<ns2:id>9</ns2:id>
<ns2:version>0</ns2:version>
<ns2:defaultDescription lang=”EN”>
<ns2:title>Job Three in English</ns2:title>
<ns2:description>This is the job description</ns2:description>
<ns2:summary>This is the job summary</ns2:summary>
<ns2:salaryDescription>Excellent remuneration + bonus</ns2:salaryDescription>
<minSalary>11111</minSalary>
<maxSalary>22222</maxSalary>
<ns2:workPermitRequirements>Ireland</ns2:workPermitRequirements>
</ns2:defaultDescription>
<ns2:multiLangDescription/>
<ns2:positionType>PERMANENT</ns2:positionType>
<ns2:employmentType>FULL_TIME</ns2:employmentType>
<ns2:workExperienceType>ONE_THREE_YEARS_EXPERIENCE</ns2:workExperienceType>
<ns2:salaryBand>SIXTH_TIER</ns2:salaryBand>
<ns2:salaryCurrency>GBP</ns2:salaryCurrency>
<ns2:workArrangementType>HYBRID</ns2:workArrangementType>
<ns2:jobReference>BB_JOB003</ns2:jobReference>
<ns2:user href=”https://core.ws.efinancialcareers.com/v1/users/13″>
<ns2:refId>13</ns2:refId>
</ns2:user>
<ns2:company href=”https://core.ws.efinancialcareers.com/v1/companies/2″>
<ns2:refId>2</ns2:refId>
</ns2:company>
<ns2:location href=”https://core.ws.efinancialcareers.com/v1/locations/2963597″>
<ns2:refId>2963597</ns2:refId>
</ns2:location>
<ns2:brand href=”https://core.ws.efinancialcareers.com/v1/brands/2″>
<ns2:refId>2</ns2:refId>
</ns2:brand>
<ns2:primarySector>
<ns2:sectorCode>ACCOUNTING_FINANCE</ns2:sectorCode>
<ns2:subSectorCode>ACCOUNTING_FINANCE__AUDIT</ns2:subSectorCode>
</ns2:primarySector>
<ns2:secondarySector>
<ns2:sectorCode>ASSET_MANAGEMENT</ns2:sectorCode>
<ns2:subSectorCode>ASSET_MANAGEMENT__ANALYST</ns2:subSectorCode>
</ns2:secondarySector>
<ns2:applicationMethod>OFFICE</ns2:applicationMethod>
<ns2:contactDetails>
<ns2:customExpirationDt>2025-05-12Z</ns2:customExpirationDt>
<ns2:contactFirstName display=”true”>job poster</ns2:contactFirstName>
<ns2:contactLastName display=”true”>lname</ns2:contactLastName>
<ns2:contactEmail display=”true”>[email protected]</ns2:contactEmail>
<ns2:contactPhone display=”true”>1234566</ns2:contactPhone>
<ns2:contactCountry display=”true”>London</ns2:contactCountry>
</ns2:contactDetails>
<ns2:created>2011-12-01T15:44:46.180Z</ns2:created>
</ns2:job>
<ns2:job href=”https://core.ws.efinancialcareers.com/v1/jobs/2″>
<ns2:id>2</ns2:id>
…….
</ns2:jobs>