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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 70,
         "category": "Core"
      },
      {
         "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.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20499",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20499",
         "title": "Provide technical support or instruction to staff or customers regarding electronics equipment standards.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "20498",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20498",
         "title": "Recommend repair or design modifications of electronics components or systems, based on factors such as environment, service, cost, or system capabilities.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "5348",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/5348",
         "title": "Prepare documentation containing information such as confidential descriptions or specifications of proprietary hardware or software, product development or introduction schedules, product costs, or information about product performance weaknesses.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "5350",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/5350",
         "title": "Develop or perform operational, maintenance, or testing procedures for electronic products, components, equipment, or systems.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "20495",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2072.00/related/tasks/20495",
         "title": "Analyze electronics system requirements, capacity, cost, or customer needs to determine project feasibility.",
         "importance": 59,
         "category": "Core"
      }
   ]
}