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/11-3051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "39",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/39",
         "title": "Set and monitor product standards, examining samples of raw products or directing testing during processing, to ensure finished products are of prescribed quality.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "32",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/32",
         "title": "Direct or coordinate production, processing, distribution, or marketing activities of industrial organizations.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "34",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/34",
         "title": "Review processing schedules or production orders to make decisions concerning inventory requirements, staffing requirements, work procedures, or duty assignments, considering budgetary limitations and time constraints.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "35",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/35",
         "title": "Review operations and confer with technical or administrative staff to resolve production or processing problems.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "36",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/36",
         "title": "Hire, train, evaluate, or discharge staff or resolve personnel grievances.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "40",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/40",
         "title": "Develop or implement production tracking or quality control systems, analyzing production, quality control, maintenance, or other operational reports to detect production problems.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "38",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/38",
         "title": "Prepare and maintain production reports or personnel records.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "41",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/41",
         "title": "Review plans and confer with research or support staff to develop new products or processes.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "33",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/33",
         "title": "Develop budgets or approve expenditures for supplies, materials, or human resources, ensuring that materials, labor, or equipment are used efficiently to meet production targets.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "44",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3051.00/related/tasks/44",
         "title": "Maintain current knowledge of the quality control field, relying on current literature pertaining to materials use, technological advances, or statistical studies.",
         "importance": 62,
         "category": "Core"
      }
   ]
}