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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2112.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}