Reference Manual
Knowledge
https://services.onetcenter.org/ws/mpp/careers/[O*NET-SOC Code]/knowledge
JSON
XML
{
"code" : "17-2051.00",
"group" : [
{
"title" : {
"id" : "2.C.3",
"name" : "Ingeniería y tecnología"
},
"element" : [
{
"id" : "2.C.3.c",
"name" : "diseño"
},
{
"id" : "2.C.3.b",
"name" : "productos y servicios de desarrollo"
}
]
},
{
"title" : {
"id" : "2.C.4",
"name" : "Matemáticas y ciencias"
},
"element" : [
{
"id" : "2.C.4.a",
"name" : "aritmética, álgebra, geometría, cálculo o estadísticas"
},
{
"id" : "2.C.4.b",
"name" : "física"
}
]
},
...
]
}
"code" : "17-2051.00",
"group" : [
{
"title" : {
"id" : "2.C.3",
"name" : "Ingeniería y tecnología"
},
"element" : [
{
"id" : "2.C.3.c",
"name" : "diseño"
},
{
"id" : "2.C.3.b",
"name" : "productos y servicios de desarrollo"
}
]
},
{
"title" : {
"id" : "2.C.4",
"name" : "Matemáticas y ciencias"
},
"element" : [
{
"id" : "2.C.4.a",
"name" : "aritmética, álgebra, geometría, cálculo o estadísticas"
},
{
"id" : "2.C.4.b",
"name" : "física"
}
]
},
...
]
}
JSON
XML
<knowledge code="17-2051.00">
<group>
<title id="2.C.3">Ingeniería y tecnología</title>
<element id="2.C.3.c">diseño</element>
<element id="2.C.3.b">productos y servicios de desarrollo</element>
</group>
<group>
<title id="2.C.4">Matemáticas y ciencias</title>
<element id="2.C.4.a">aritmética, álgebra, geometría, cálculo o estadísticas</element>
<element id="2.C.4.b">física</element>
</group>
...
</knowledge>
<group>
<title id="2.C.3">Ingeniería y tecnología</title>
<element id="2.C.3.c">diseño</element>
<element id="2.C.3.b">productos y servicios de desarrollo</element>
</group>
<group>
<title id="2.C.4">Matemáticas y ciencias</title>
<element id="2.C.4.a">aritmética, álgebra, geometría, cálculo o estadísticas</element>
<element id="2.C.4.b">física</element>
</group>
...
</knowledge>
This response returns the key knowledge areas for a career. For careers with knowledge data collected by the O*NET program, one or more group elements will be returned.
Each group element contains exactly one title child, which is shown in colored bold text in Mi Próximo Paso. The id attribute indicates the corresponding element ID within the O*NET Content Model. Subsequent element children are shown as list items within Mi Próximo Paso, and also contain an id attribute indicating the corresponding Content Model element.