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-2061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "7391",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7391",
         "title": "Update knowledge and skills to keep up with rapid advancements in computer technology.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7407",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7407",
         "title": "Design and develop computer hardware and support peripherals, including central processing units (CPUs), support logic, microprocessors, custom integrated circuits, and printers and disk drives.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7399",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7399",
         "title": "Confer with engineering staff and consult specifications to evaluate interface between hardware and software and operational and performance requirements of overall system.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7396",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7396",
         "title": "Build, test, and modify product prototypes, using working models or theoretical models constructed with computer simulation.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7402",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7402",
         "title": "Write detailed functional specifications that document the hardware development process and support hardware introduction.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "7393",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7393",
         "title": "Test and verify hardware and support peripherals to ensure that they meet specifications and requirements, by recording and analyzing test data.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "7398",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7398",
         "title": "Direct technicians, engineering designers or other technical support personnel as needed.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "7392",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7392",
         "title": "Provide technical support to designers, marketing and sales departments, suppliers, engineers and other team members throughout the product development and implementation process.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "7400",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7400",
         "title": "Select hardware and material, assuring compliance with specifications and product requirements.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "7401",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2061.00/related/tasks/7401",
         "title": "Store, retrieve, and manipulate data for analysis of system capabilities and requirements.",
         "importance": 67,
         "category": "Core"
      }
   ]
}