Reference Manual
Careers with a Bright Outlook
Bright Outlook category listing
https://services.onetcenter.org/ws/mnm/bright_outlook/
JSON
XML
{
"bright_outlook" : [
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/grow",
"description" : "These careers will grow rapidly in the next few years.",
"category" : "Grow Rapidly"
},
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/openings",
"description" : "These careers will have large numbers of openings.",
"category" : "Openings"
},
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/emerging",
"description" : "These careers are new and emerging careers.",
"category" : "New & Emerging"
}
]
}
"bright_outlook" : [
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/grow",
"description" : "These careers will grow rapidly in the next few years.",
"category" : "Grow Rapidly"
},
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/openings",
"description" : "These careers will have large numbers of openings.",
"category" : "Openings"
},
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/emerging",
"description" : "These careers are new and emerging careers.",
"category" : "New & Emerging"
}
]
}
JSON
XML
<bright_outlook_categories>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/grow">
<description>These careers will grow rapidly in the next few years.</description>
<category>Grow Rapidly</category>
</bright_outlook>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/openings">
<description>These careers will have large numbers of openings.</description>
<category>Openings</category>
</bright_outlook>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/emerging">
<description>These careers are new and emerging careers.</description>
<category>New & Emerging</category>
</bright_outlook>
</bright_outlook_categories>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/grow">
<description>These careers will grow rapidly in the next few years.</description>
<category>Grow Rapidly</category>
</bright_outlook>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/openings">
<description>These careers will have large numbers of openings.</description>
<category>Openings</category>
</bright_outlook>
<bright_outlook href="https://services.onetcenter.org/ws/mnm/bright_outlook/emerging">
<description>These careers are new and emerging careers.</description>
<category>New & Emerging</category>
</bright_outlook>
</bright_outlook_categories>
This response lists each of the categories of careers with a Bright Outlook, where job opportunities are likely in the future. The href parameter indicates the URL of the specific Bright Outlook resource. Each Bright Outlook resource lists matching careers, as described below.
Careers in Bright Outlook category
https://services.onetcenter.org/ws/mnm/bright_outlook/[category code]
JSON
XML
{
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 55,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/openings?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/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/ws/mnm/careers/29-1141.01/",
"code" : "29-1141.01",
"title" : "Acute Care Nurses",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : false
}
},
...
]
}
"sort" : "name",
"start" : 1,
"end" : 20,
"total" : 55,
"link" : [
{
"href" : "https://services.onetcenter.org/ws/mnm/bright_outlook/openings?sort=name&start=21&end=40",
"rel" : "next"
}
],
"career" : [
{
"href" : "https://services.onetcenter.org/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/ws/mnm/careers/29-1141.01/",
"code" : "29-1141.01",
"title" : "Acute Care Nurses",
"tags" : {
"bright_outlook" : true,
"green" : false,
"apprenticeship" : false
}
},
...
]
}
JSON
XML
<careers sort="name" start="1" end="20" total="55">
<link href="https://services.onetcenter.org/ws/mnm/bright_outlook/openings?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/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/ws/mnm/careers/29-1141.01/">
<code>29-1141.01</code>
<title>Acute Care Nurses</title>
<tags bright_outlook="true" green="false" apprenticeship="false" />
</career>
...
</careers>
<link href="https://services.onetcenter.org/ws/mnm/bright_outlook/openings?sort=name&start=21&end=40" rel="next" />
<career href="https://services.onetcenter.org/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/ws/mnm/careers/29-1141.01/">
<code>29-1141.01</code>
<title>Acute Care Nurses</title>
<tags bright_outlook="true" green="false" apprenticeship="false" />
</career>
...
</careers>
This response lists careers where job opportunities are likely in the future. 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)
- 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.