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-2199.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16503",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16503",
         "title": "Create schematics and physical layouts of integrated microelectromechanical systems (MEMS) components or packaged assemblies consistent with process, functional, or package constraints."
      },
      {
         "id": "16497",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16497",
         "title": "Investigate characteristics such as cost, performance, or process capability of potential microelectromechanical systems (MEMS) device designs, using simulation or modeling software."
      },
      {
         "id": "16492",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16492",
         "title": "Create or maintain formal engineering documents, such as schematics, bills of materials, components or materials specifications, or packaging requirements."
      },
      {
         "id": "16505",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16505",
         "title": "Conduct analyses addressing issues such as failure, reliability, or yield improvement."
      },
      {
         "id": "16485",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16485",
         "title": "Plan or schedule engineering research or development projects involving microelectromechanical systems (MEMS) technology."
      }
   ]
}