Skip navigation

Reference Manual (API Version 1.9)

Work Activities Outline custom

https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/custom/work_activities_outline?display=[display string]
JSON XML
{
   "code" : "17-2051.00",
   "report" : "custom",
   "display" : "gwa,iwa,dwa,task",
   "generalized_work_activities" : {
      "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",
               "value" : 89
            },
            "intermediate_work_activities" : {
               "intermediate_activity" : [
                  {
                     "id" : "4.A.1.a.1.I10",
                     "statement" : "Investigate the environmental impact of industrial or development activities.",
                     "detailed_work_activities" : {
                        "activity" : [
                           {
                              "id" : "4.A.1.a.1.I10.D03",
                              "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/detailed_work_activities/4.A.1.a.1.I10.D03",
                              "statement" : "Investigate the environmental impact of projects.",
                              "tasks" : {
                                 "task" : [
                                    {
                                       "id" : 19611,
                                       "green" : false,
                                       "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/tasks/19611",
                                       "name" : "Identify environmental risks and develop risk management strategies for civil engineering projects."
                                    },
                                    ...
                                 ]
                              }
                           }
                        ]
                     }
                  }
               ]
            }
         },
         ...
      ]
   }
}

This response returns the hierarchical work activities data for an occupation. Any combination of the following four levels may be displayed:

  • gwa — Generalized work activities rated across all occupations
  • iwa — Intermediate work activities spanning multiple job families
  • dwa — Detailed work activities across occupations in a single job family
  • task — Task statements specific to a single occupation

Provide the desired levels as a comma-separated list in the display parameter. If this parameter is omitted, all levels are returned.

More specific activities are nested within the relevant broader activities. Not all generalized work activities have relevant occupation-specific activities, so some levels of the outline may be missing depending on the occupation and item.

In this section