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-2072.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5339",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/5339",
         "title": "Design electronic components, software, products, or systems for commercial, industrial, medical, military, or scientific applications."
      },
      {
         "id": "20497",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20497",
         "title": "Operate computer-assisted engineering or design software or equipment to perform electronics engineering tasks."
      },
      {
         "id": "20494",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20494",
         "title": "Evaluate project work to ensure effectiveness, technical adequacy, or compatibility in the resolution of complex electronics engineering problems."
      },
      {
         "id": "5349",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/5349",
         "title": "Direct or coordinate activities concerned with manufacture, construction, installation, maintenance, operation, or modification of electronic equipment, products, or systems."
      },
      {
         "id": "20496",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20496",
         "title": "Confer with engineers, customers, vendors, or others to discuss existing or potential electronics engineering projects or products."
      }
   ]
}