Skip navigation

Reference Manual (API Version 1.9)

Work Activities details

https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/details/work_activities
JSON XML
{
   "code" : "17-2051.00",
   "report" : "details",
   "display" : "short",
   "element" : [
      {
         "id" : "4.A.1.a.1",
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/work_activities/4.A.1.a.1",
         "name" : "Getting Information",
         "description" : "Observing, receiving, and otherwise obtaining information from all relevant sources.",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 89
         }
      },
      {
         "id" : "4.A.2.b.1",
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/work_activities/4.A.2.b.1",
         "name" : "Making Decisions and Solving Problems",
         "description" : "Analyzing information and evaluating results to choose the best solution and solve problems.",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 86
         }
      },
      ...
   ]
}

This response returns work activity 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 Work Activities service.

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

In this section