Skip navigation

Reference Manual

Knowledge details

https://services.onetcenter.org/ws/online/occupations/[O*NET-SOC Code]/details/knowledge
JSON XML
{
   "code" : "17-2051.00",
   "report" : "details",
   "display" : "short",
   "element" : [
      {
         "id" : "2.C.3.c",
         "related" : "https://services.onetcenter.org/ws/online/occupations/17-2051.00/related/knowledge/2.C.3.c",
         "name" : "Design",
         "description" : "Knowledge of design techniques, tools, and principles involved in production of precision technical plans, blueprints, drawings, and models.",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 93
         }
      },
      {
         "id" : "2.C.3.b",
         "related" : "https://services.onetcenter.org/ws/online/occupations/17-2051.00/related/knowledge/2.C.3.b",
         "name" : "Engineering and Technology",
         "description" : "Knowledge of the practical application of engineering science and technology. This includes applying principles, techniques, procedures, and equipment to the design and production of various goods and services.",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 92
         }
      },
      ...
   ]
}

This response returns knowledge descriptors for an occupation. Each element item includes the ID, name, and description of the corresponding Content Model element. It also includes a score item with the standardized Importance rating, when the numeric rating is available. The related attribute links to additional occupations where the element is important; see the Related occupations for Knowledge service.

Up to 10 descriptors are returned by default. To see all descriptors, set the optional display parameter to long.

In this section