Skip navigation

Reference Manual (API Version 1.9)

Tasks details

https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/details/tasks
JSON XML
{
   "code" : "17-2051.00",
   "report" : "details",
   "display" : "short",
   "task" : [
      {
         "id" : 19610,
         "green" : false,
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/tasks/19610",
         "statement" : "Direct engineering activities, ensuring compliance with environmental, safety, or other governmental regulations.",
         "category" : "Core",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 81
         }
      },
      {
         "id" : 20490,
         "green" : false,
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/tasks/20490",
         "statement" : "Manage and direct the construction, operations, or maintenance activities at project site.",
         "category" : "Core",
         "score" : {
            "scale" : "Importance",
            "important" : true,
            "value" : 75
         }
      },
      ...
   ]
}

This response returns task statements for an occupation. Tasks relevant to the green economy are identified with a value of true in the green attribute. The related attribute links to additional occupations with similar tasks; see the Related occupations for Tasks service. When available, tasks also include the category (Core or Supplemental) and a score item with the standardized Importance rating.

Up to 10 task statements are returned by default. To see all tasks for this occupation, set the optional display parameter to long.

In this section