Reference Manual (API Version 1.9)
See all careers
https://services.onetcenter.org/v1.9/ws/mnm/careers/
JSON
XML
{
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 923,
"link" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants & Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : true
}
},
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
}
},
...
]
}
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 923,
"link" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants & Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : true
}
},
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/careers/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
}
},
...
]
}
JSON
XML
<careers sort="name" start="1" end="20" total="923">
<link href="https://services.onetcenter.org/v1.9/ws/mnm/careers/?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/v1.9/ws/mnm/careers/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants & Auditors</title>
<tags bright_outlook="true" green="false" apprenticeship="true" />
</career>
<career href="https://services.onetcenter.org/v1.9/ws/mnm/careers/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
</career>
...
</careers>
<link href="https://services.onetcenter.org/v1.9/ws/mnm/careers/?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/v1.9/ws/mnm/careers/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants & Auditors</title>
<tags bright_outlook="true" green="false" apprenticeship="true" />
</career>
<career href="https://services.onetcenter.org/v1.9/ws/mnm/careers/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
</career>
...
</careers>
This response lists all careers available in My Next Move. By default, the list is sorted by career title; you can change this by passing a sort parameter in the query string:
- name - sort by career title (default)
- bright_outlook - return Bright Outlook careers first
- apprenticeship - return careers with Registered Apprenticeships first
The list is paged, returning 20 careers at a time by default. To navigate the full set of careers, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.