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-3042.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3001",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3001",
         "title": "Repair and replace damaged or worn parts.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3000",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3000",
         "title": "Test mechanical products and equipment after repair or assembly to ensure proper performance and compliance with manufacturers' specifications.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "3002",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3002",
         "title": "Operate and inspect machines or heavy equipment to diagnose defects.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3008",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3008",
         "title": "Read and understand operating manuals, blueprints, and technical drawings.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "3004",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3004",
         "title": "Dismantle and reassemble heavy equipment using hoists and hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3009",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3009",
         "title": "Overhaul and test machines or equipment to ensure operating efficiency.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3014",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3014",
         "title": "Adjust, maintain, and repair or replace subassemblies, such as transmissions and crawler heads, using hand tools, jacks, and cranes.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18583",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/18583",
         "title": "Repair, rewire, and troubleshoot electrical systems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3003",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3003",
         "title": "Diagnose faults or malfunctions to determine required repairs, using engine diagnostic equipment such as computerized test equipment and calibration devices.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3006",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3042.00/related/tasks/3006",
         "title": "Examine parts for damage or excessive wear, using micrometers and gauges.",
         "importance": 76,
         "category": "Core"
      }
   ]
}