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-2095.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11743",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11743",
         "title": "Inspect and test equipment and circuits to identify malfunctions or defects, using wiring diagrams and testing devices such as ohmmeters, voltmeters, or ammeters."
      },
      {
         "id": "11747",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11747",
         "title": "Prepare and maintain records detailing tests, repairs, and maintenance."
      },
      {
         "id": "11744",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11744",
         "title": "Consult manuals, schematics, wiring diagrams, and engineering personnel to troubleshoot and solve equipment problems and to determine optimum equipment functioning."
      },
      {
         "id": "11748",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11748",
         "title": "Analyze test data to diagnose malfunctions, to determine performance characteristics of systems, or to evaluate effects of system modifications."
      },
      {
         "id": "11746",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11746",
         "title": "Open and close switches to isolate defective relays, performing adjustments or repairs."
      }
   ]
}