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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-9062.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}