Service Info
http://api.careerbuilder.com/v1/educationcodes?
Education codes are used in job searches to constrain results to a particular field or fields.
Since education codes vary from country to country, use the education codes service to view the list of available codes.
The request will return the education names in the language(s) supported by the country requested.
The ISO language code will be listed in the "language" attribute of the Name node.
A multilingual country will return at least two different names for each education code applicable for that country.
Use caution when working with education codes, as we may change their values at any time.
GET requests only.
Parameters
- &DeveloperKey=
- &CountryCode=
- Optional, string
- Can accept a single value only.
- Supported Codes: AH, BE, CA, CC, CE, CH, CN, CP, CS, CY, DE, DK, ER, ES, EU, F1, FR, GC, GR, IE, IN, IT, JC, JS, LJ, MY, NL, NO, PD, PI, PL, RM, RO, RX, S1, SE, SF, SG, UK, US, WH, WM, WR
- Missing or Unsupported Codes Default to: US
Sample Output
<?xml version="1.0" encoding="UTF-8"?>
<ResponseEducationCodes>
<Errors />
<CountryCode>NL</CountryCode>
<TimeResponseSent>5/12/2008 10:45:12 PM</TimeResponseSent>
<EducationCodes>
<Education>
<Code>DRNS</Code>
<Name language="nl">Geen specificatie</Name>
</Education>
<Education>
<Code>DR3210</Code>
<Name language="nl">Geen</Name>
</Education>
<Education>
<Code>DR3103</Code>
<Name language="nl">HAVO</Name>
</Education>
<Education>
<Code>DR3104</Code>
<Name language="nl">VMBO</Name>
</Education>
<Education>
<Code>DR3105</Code>
<Name language="nl">VWO</Name>
</Education>
<Education>
<Code>DR3201</Code>
<Name language="nl">MBO</Name>
</Education>
<Education>
<Code>DR32101</Code>
<Name language="nl">HBO</Name>
</Education>
<Education>
<Code>DR32102</Code>
<Name language="nl">WO</Name>
</Education>
</EducationCodes>
</ResponseEducationCodes>