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