Reference Manual (API Version 1.9)
- Overview
- My Next Move Services
- Search careers with key words
- Browse careers by industry
- O*NET Interest Profiler
- Short Form Questions (60-question desktop version)
- Mini-IP Questions (30-question mobile version)
- Results
- Job Zones
- Matching careers
- Career listings
- Career report
- Mi Próximo Paso Services
- My Next Move for Veterans Services
- O*NET OnLine Services
- Taxonomy Services
- Database Services
Short Form Questions (60-question desktop version)
"start" : 1,
"end" : 12,
"total" : 60,
"link" : [
{
"href" : "https://services.onetcenter.org/v1.9/ws/mnm/interestprofiler/questions?start=13&end=24",
"rel" : "next"
}
],
"answer_options" : {
"answer_option" : [
{
"value" : 1,
"name" : "Strongly Dislike"
},
{
"value" : 2,
"name" : "Dislike"
},
{
"value" : 3,
"name" : "Unsure"
},
{
"value" : 4,
"name" : "Like"
},
{
"value" : 5,
"name" : "Strongly Like"
}
]
},
"question" : [
{
"index" : 1,
"area" : "Realistic",
"text" : "Build kitchen cabinets"
},
{
"index" : 2,
"area" : "Realistic",
"text" : "Lay brick or tile"
},
...
]
}
<link href="https://services.onetcenter.org/v1.9/ws/mnm/interestprofiler/questions?start=13&end=24" rel="next" />
<answer_options>
<answer_option value="1">Strongly Dislike</answer_option>
<answer_option value="2">Dislike</answer_option>
<answer_option value="3">Unsure</answer_option>
<answer_option value="4">Like</answer_option>
<answer_option value="5">Strongly Like</answer_option>
</answer_options>
<question index="1">
<area>Realistic</area>
<text>Build kitchen cabinets</text>
</question>
<question index="2">
<area>Realistic</area>
<text>Lay brick or tile</text>
</question>
...
</questions>
The O*NET Interest Profiler contains 60 questions, each describing a work activity. The assessment taker should be offered five possible answers, describing how they would feel about doing each type of work:
- Strongly Dislike
- Dislike
- Unsure
- Like
- Strongly Like
These options, and their corresponding values, are provided in the <answer_options> element. The application should record the value of each answer -- 1, 2, 3, 4, or 5 -- and build a string of 60 characters containing all answers in order. This string will be used as the answers parameter for obtaining Interest Profiler results.
Each question pertains to one of six interest areas, given in the <area> element. By default, 12 questions are returned at a time. To navigate the full set of questions, use the link rel="next" and link rel="prev" elements, or provide start and end parameters to jump directly to the desired results.
The question list was last revised May 1, 2018.
In this section
- O*NET Interest Profiler
- Short Form Questions (60-question desktop version)
- Mini-IP Questions (30-question mobile version)
- Results
- Job Zones
- Matching careers