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