Reference Manual
Personality
https://services.onetcenter.org/ws/mnm/careers/[O*NET-SOC Code]/personality
JSON
XML
{
"code" : "17-2051.00",
"top_interest" : {
"id" : "1.B.1.a",
"title" : "Realistic",
"description" : "People interested in this work like activities that include practical, hands-on problems and solutions."
},
"work_styles" : {
"element" : [
{
"id" : "1.C.5.c",
"name" : "Integrity"
},
{
"id" : "1.C.5.a",
"name" : "Dependability"
},
...
]
}
}
"code" : "17-2051.00",
"top_interest" : {
"id" : "1.B.1.a",
"title" : "Realistic",
"description" : "People interested in this work like activities that include practical, hands-on problems and solutions."
},
"work_styles" : {
"element" : [
{
"id" : "1.C.5.c",
"name" : "Integrity"
},
{
"id" : "1.C.5.a",
"name" : "Dependability"
},
...
]
}
}
JSON
XML
<personality code="17-2051.00">
<top_interest id="1.B.1.a">
<title>Realistic</title>
<description>People interested in this work like activities that include practical, hands-on problems and solutions.</description>
</top_interest>
<work_styles>
<element id="1.C.5.c">Integrity</element>
<element id="1.C.5.a">Dependability</element>
...
</work_styles>
</personality>
<top_interest id="1.B.1.a">
<title>Realistic</title>
<description>People interested in this work like activities that include practical, hands-on problems and solutions.</description>
</top_interest>
<work_styles>
<element id="1.C.5.c">Integrity</element>
<element id="1.C.5.a">Dependability</element>
...
</work_styles>
</personality>
This response returns the top interest and key work styles for a career.
For careers with Interests ratings collected by the O*NET program, the top_interest element will contain the O*NET Content Model ID and title of the first interest high-point. A short description is also included. The Interest Profiler results service provides an expanded description of each interest area.
For careers with work styles data collected by the O*NET program, the work_styles element will contain one or more element elements. The id attribute indicates the corresponding element ID within the O*NET Content Model.