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/49-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11624",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11624",
         "title": "Reassemble machines after making repairs or replacing parts.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11623",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11623",
         "title": "Converse with customers to determine details of equipment problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11639",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11639",
         "title": "Disassemble machines to examine parts, such as wires, gears, or bearings for wear or defects, using hand or power tools and measuring devices.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11627",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11627",
         "title": "Advise customers concerning equipment operation, maintenance, or programming.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11635",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11635",
         "title": "Align, adjust, or calibrate equipment according to specifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11637",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11637",
         "title": "Repair, adjust, or replace electrical or mechanical components or parts, using hand tools, power tools, or soldering or welding equipment.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11625",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11625",
         "title": "Travel to customers' stores or offices to service machines or to provide emergency repair service.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11633",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11633",
         "title": "Maintain parts inventories and order any additional parts needed for repairs.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11630",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11630",
         "title": "Operate machines to test functioning of parts or mechanisms.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11626",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2011.00/related/tasks/11626",
         "title": "Reinstall software programs or adjust settings on existing software to fix machine malfunctions.",
         "importance": 79,
         "category": "Core"
      }
   ]
}