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-9062.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-9062.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3066",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3066",
         "title": "Test or calibrate components or equipment, following manufacturers' manuals and troubleshooting techniques, using hand tools, power tools, or measuring devices.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "3065",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3065",
         "title": "Perform preventive maintenance or service, such as cleaning, lubricating, or adjusting equipment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23980",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/23980",
         "title": "Inspect, test, or troubleshoot malfunctioning medical or related equipment, following manufacturers' specifications and using test and analysis instruments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3064",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3064",
         "title": "Keep records of maintenance, repair, and required updates of equipment.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3063",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3063",
         "title": "Disassemble malfunctioning equipment and remove, repair, or replace defective parts, such as motors, clutches, or transformers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3062",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3062",
         "title": "Examine medical equipment or facility's structural environment and check for proper use of equipment to protect patients and staff from electrical or mechanical hazards and to ensure compliance with safety regulations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "23981",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/23981",
         "title": "Install medical equipment.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3071",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3071",
         "title": "Test, evaluate, and classify excess or in-use medical equipment and determine serviceability, condition, and disposition, in accordance with regulations.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3069",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3069",
         "title": "Plan and carry out work assignments, using blueprints, schematic drawings, technical manuals, wiring diagrams, or liquid or air flow sheets, following prescribed regulations, directives, or other instructions as required.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3068",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/related/tasks/3068",
         "title": "Study technical manuals or attend training sessions provided by equipment manufacturers to maintain current knowledge.",
         "importance": 74,
         "category": "Core"
      }
   ]
}