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-9041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "11815",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11815",
         "title": "Repair or maintain the operating condition of industrial production or processing machinery or equipment.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "11814",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11814",
         "title": "Repair or replace broken or malfunctioning components of machinery or equipment.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11820",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11820",
         "title": "Clean, lubricate, or adjust parts, equipment, or machinery.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11813",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11813",
         "title": "Disassemble machinery or equipment to remove parts and make repairs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11817",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11817",
         "title": "Reassemble equipment after completion of inspections, testing, or repairs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11816",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11816",
         "title": "Examine parts for defects, such as breakage or excessive wear.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11822",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11822",
         "title": "Record repairs and maintenance performed.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11819",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11819",
         "title": "Operate newly repaired machinery or equipment to verify the adequacy of repairs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11824",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11824",
         "title": "Record parts or materials used and order or requisition new parts or materials, as necessary.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11818",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9041.00/related/tasks/11818",
         "title": "Observe and test the operation of machinery or equipment to diagnose malfunctions, using voltmeters or other testing devices.",
         "importance": 73,
         "category": "Core"
      }
   ]
}