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-2094.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-2094.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "886",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/886",
         "title": "Test faulty equipment to diagnose malfunctions, using test equipment or software, and applying knowledge of the functional operation of electronic units and systems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "892",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/892",
         "title": "Maintain equipment logs that record performance problems, repairs, calibrations, or tests.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "884",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/884",
         "title": "Set up and test industrial equipment to ensure that it functions properly.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "890",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/890",
         "title": "Inspect components of industrial equipment for accurate assembly and installation or for defects, such as loose connections or frayed wires.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "897",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/897",
         "title": "Install repaired equipment in various settings, such as industrial or military establishments.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "885",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/885",
         "title": "Operate equipment to demonstrate proper use or to analyze malfunctions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "899",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/899",
         "title": "Enter information into computer to copy program or to draw, modify, or store schematics, applying knowledge of software package used.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "882",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/882",
         "title": "Perform scheduled preventive maintenance tasks, such as checking, cleaning, or repairing equipment, to detect and prevent problems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "888",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/888",
         "title": "Calibrate testing instruments and installed or repaired equipment to prescribed specifications.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "887",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2094.00/related/tasks/887",
         "title": "Repair or adjust equipment, machines, or defective components, replacing worn parts, such as gaskets or seals in watertight electrical equipment.",
         "importance": 74,
         "category": "Core"
      }
   ]
}