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-2092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11696",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11696",
         "title": "Inspect and test equipment to locate damage or worn parts and diagnose malfunctions, or read work orders or schematic drawings to determine required repairs.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11690",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11690",
         "title": "Reassemble repaired electric motors to specified requirements and ratings, using hand tools and electrical meters.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11688",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11688",
         "title": "Measure velocity, horsepower, revolutions per minute (rpm), amperage, circuitry, and voltage of units or parts to diagnose problems, using ammeters, voltmeters, wattmeters, and other testing devices.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11692",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11692",
         "title": "Repair and rebuild defective mechanical parts in electric motors, generators, and related equipment, using hand tools and power tools.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11702",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11702",
         "title": "Lift units or parts such as motors or generators, using cranes or chain hoists, or signal crane operators to lift heavy parts or subassemblies.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11689",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11689",
         "title": "Record repairs required, parts used, and labor time.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11701",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11701",
         "title": "Disassemble defective equipment so that repairs can be made, using hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11705",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11705",
         "title": "Adjust working parts, such as fan belts, contacts, and springs, using hand tools and gauges.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11699",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11699",
         "title": "Lubricate moving parts.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11695",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2092.00/related/tasks/11695",
         "title": "Read service guides to find information needed to perform repairs.",
         "importance": 74,
         "category": "Core"
      }
   ]
}