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/17-2112.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18607",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/18607",
         "title": "Estimate production costs, cost saving methods, and the effects of product design changes on expenditures for management review, action, and control.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1394",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1394",
         "title": "Plan and establish sequence of operations to fabricate and assemble parts or products and to promote efficient utilization.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1391",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1391",
         "title": "Analyze statistical data and product specifications to determine standards and establish quality and reliability objectives of finished product.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "18609",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/18609",
         "title": "Confer with clients, vendors, staff, and management personnel regarding purchases, product and production specifications, manufacturing capabilities, or project status.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "1400",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1400",
         "title": "Communicate with management and user personnel to develop production and design standards.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "1407",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1407",
         "title": "Evaluate precision and accuracy of production and testing equipment and engineering drawings to formulate corrective action plan.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1393",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1393",
         "title": "Recommend methods for improving utilization of personnel, material, and utilities.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1403",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1403",
         "title": "Record or oversee recording of information to ensure currency of engineering drawings and documentation of production problems.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "1398",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1398",
         "title": "Draft and design layout of equipment, materials, and workspace to illustrate maximum efficiency using drafting tools and computer.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1405",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/related/tasks/1405",
         "title": "Direct workers engaged in product measurement, inspection, and testing activities to ensure quality control and reliability.",
         "importance": 65,
         "category": "Core"
      }
   ]
}