Skip navigation

Reference Manual (API Version 1.9)

Work Styles summary

https://services.onetcenter.org/v1.9/ws/online/occupations/[O*NET-SOC Code]/summary/work_styles
JSON XML
{
   "code" : "17-2051.00",
   "report" : "summary",
   "display" : "short",
   "element" : [
      {
         "id" : "1.C.5.c",
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/work_styles/1.C.5.c",
         "name" : "Integrity",
         "description" : "Job requires being honest and ethical."
      },
      {
         "id" : "1.C.5.a",
         "related" : "https://services.onetcenter.org/v1.9/ws/online/occupations/17-2051.00/related/work_styles/1.C.5.a",
         "name" : "Dependability",
         "description" : "Job requires being reliable, responsible, and dependable, and fulfilling obligations."
      },
      ...
   ]
}

This response returns the top work style descriptors for an occupation. Each element item includes the ID, name, and description of the corresponding Content Model element. The related attribute links to additional occupations where the element is important; see the Related occupations for Work Styles service.

Up to 5 descriptors are returned by default. To see all descriptors important to this occupation, set the optional display parameter to long.

In this section