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.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18181",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/tasks/18181",
         "title": "Troubleshoot new or existing product problems involving designs, materials, or processes."
      },
      {
         "id": "18177",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/tasks/18177",
         "title": "Investigate or resolve operational problems, such as material use variances or bottlenecks."
      },
      {
         "id": "20960",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/tasks/20960",
         "title": "Identify opportunities or implement changes to improve manufacturing processes or products or to reduce costs, using knowledge of fabrication processes, tooling and production equipment, assembly methods, quality control standards, or product design, materials and parts."
      },
      {
         "id": "18167",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/tasks/18167",
         "title": "Apply continuous improvement methods, such as lean manufacturing, to enhance manufacturing quality, reliability, or cost-effectiveness."
      },
      {
         "id": "18183",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2112.03/related/tasks/18183",
         "title": "Provide technical expertise or support related to manufacturing."
      }
   ]
}