Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/27-1012.00/summary/work_styles
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/summary/work_styles?start=6&end=10",
   "element": [
      {
         "id": "1.C.5.b",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/work_styles/1.C.5.b",
         "name": "Attention to Detail",
         "description": "Job requires being careful about detail and thorough in completing work tasks."
      },
      {
         "id": "1.C.6",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/work_styles/1.C.6",
         "name": "Independence",
         "description": "Job requires developing one's own ways of doing things, guiding oneself with little or no supervision, and depending on oneself to get things done."
      },
      {
         "id": "1.C.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/work_styles/1.C.1.a",
         "name": "Achievement/Effort",
         "description": "Job requires establishing and maintaining personally challenging achievement goals and exerting effort toward mastering tasks."
      },
      {
         "id": "1.C.7.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/work_styles/1.C.7.a",
         "name": "Innovation",
         "description": "Job requires creativity and alternative thinking to develop new ideas for and answers to work-related problems."
      },
      {
         "id": "1.C.1.b",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1012.00/related/work_styles/1.C.1.b",
         "name": "Persistence",
         "description": "Job requires persistence in the face of obstacles."
      }
   ]
}