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-2097.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "13738",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13738",
         "title": "Install, service, and repair electronic equipment or instruments such as televisions, radios, and videocassette recorders.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13739",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13739",
         "title": "Calibrate and test equipment, and locate circuit and component faults, using hand and power tools and measuring and testing instruments such as resistance meters and oscilloscopes.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13740",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13740",
         "title": "Confer with customers to determine the nature of problems or to explain repairs.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13747",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13747",
         "title": "Position or mount speakers, and wire speakers to consoles.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "13742",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13742",
         "title": "Instruct customers on the safe and proper use of equipment.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13746",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13746",
         "title": "Make service calls to repair units in customers' homes, or return units to shops for major repairs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13744",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13744",
         "title": "Read and interpret electronic circuit diagrams, function block diagrams, specifications, engineering drawings, and service manuals.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "13741",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13741",
         "title": "Tune or adjust equipment and instruments to obtain optimum visual or auditory reception, according to specifications, manuals, and drawings.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "13745",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13745",
         "title": "Keep records of work orders and test and maintenance reports.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "13737",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13737",
         "title": "Disassemble entertainment equipment and repair or replace loose, worn, or defective components and wiring, using hand tools and soldering irons.",
         "importance": 65,
         "category": "Core"
      }
   ]
}