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/17-3024.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10892",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10892",
         "title": "Test performance of electromechanical assemblies, using test instruments such as oscilloscopes, electronic voltmeters, or bridges."
      },
      {
         "id": "22014",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22014",
         "title": "Install or program computer hardware or machine or instrumentation software in microprocessor-based systems."
      },
      {
         "id": "10893",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10893",
         "title": "Read blueprints, schematics, diagrams, or technical orders to determine methods and sequences of assembly."
      },
      {
         "id": "22015",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22015",
         "title": "Modify, maintain, or repair electrical, electronic, or mechanical components, equipment, or systems to ensure proper functioning."
      },
      {
         "id": "10896",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10896",
         "title": "Inspect parts for surface defects."
      }
   ]
}