Reference Manual
Careers with videos
https://services.onetcenter.org/ws/veterans/videos/
JSON
XML
{
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 852,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/videos/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants & Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : false,
"army" : true,
"coast_guard" : false,
"marine_corps" : false,
"navy" : true
}
},
...
]
}
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 852,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/videos/?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/13-2011.00/",
"code" : "13-2011.00",
"title" : "Accountants & Auditors",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : true,
"army" : true,
"coast_guard" : true,
"marine_corps" : true,
"navy" : true
}
},
{
"href" : "https://services.onetcenter.org/ws/veterans/careers/27-2011.00/",
"code" : "27-2011.00",
"title" : "Actors",
"tags" : {
"bright_outlook" : false,
"green" : false,
"apprenticeship" : true
},
"military_jobs" : {
"air_force" : false,
"army" : true,
"coast_guard" : false,
"marine_corps" : false,
"navy" : true
}
},
...
]
}
JSON
XML
<careers sort="name" start="1" end="20" total="852">
<link href="https://services.onetcenter.org/ws/veterans/videos/?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/ws/veterans/careers/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants & Auditors</title>
<tags bright_outlook="true" green="false" apprenticeship="true" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
<career href="https://services.onetcenter.org/ws/veterans/careers/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
<military_jobs air_force="false" army="true" coast_guard="false" marine_corps="false" navy="true" />
</career>
...
</careers>
<link href="https://services.onetcenter.org/ws/veterans/videos/?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/ws/veterans/careers/13-2011.00/">
<code>13-2011.00</code>
<title>Accountants & Auditors</title>
<tags bright_outlook="true" green="false" apprenticeship="true" />
<military_jobs air_force="true" army="true" coast_guard="true" marine_corps="true" navy="true" />
</career>
<career href="https://services.onetcenter.org/ws/veterans/careers/27-2011.00/">
<code>27-2011.00</code>
<title>Actors</title>
<tags bright_outlook="false" green="false" apprenticeship="true" />
<military_jobs air_force="false" army="true" coast_guard="false" marine_corps="false" navy="true" />
</career>
...
</careers>
This response lists careers which have a related video describing the work performed and skills needed. The videos displayed on My Next Move for Veterans are developed and maintained by CareerOneStop . Visit CareerOneStop directly for information and options for incorporating the videos.
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
By default, up to 20 matching careers are returned. For information on navigating paged results, see the description of the See all careers service.