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-3092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "20802",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/20802",
         "title": "Explain proper operation of vehicle systems to customers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10007",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10007",
         "title": "Locate and repair frayed wiring, broken connections, or incorrect wiring, using ohmmeters, soldering irons, tape, or hand tools.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10005",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10005",
         "title": "Repair plumbing or propane gas lines, using caulking compounds and plastic or copper pipe.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10008",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10008",
         "title": "Confer with customers, read work orders, or examine vehicles needing repair to determine the nature and extent of damage.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10004",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10004",
         "title": "Examine or test operation of parts or systems to ensure completeness of repairs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "10010",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10010",
         "title": "Connect electrical systems to outside power sources, and activate switches to test the operation of appliances or light fixtures.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10011",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10011",
         "title": "Connect water hoses to inlet pipes of plumbing systems, and test operation of toilets or sinks.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10006",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/10006",
         "title": "Inspect recreational vehicles to diagnose problems and perform necessary adjustment, repair, or overhaul.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20803",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/20803",
         "title": "Inspect, repair, or replace brake systems.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20804",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3092.00/related/tasks/20804",
         "title": "Diagnose and repair furnace or air conditioning systems.",
         "importance": 76,
         "category": "Core"
      }
   ]
}