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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/details/tasks?start=11&end=20",
   "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 67,
         "category": "Core"
      },
      {
         "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.",
         "importance": 64,
         "category": "Core"
      },
      {
         "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.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "16495",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16495",
         "title": "Propose product designs involving microelectromechanical systems (MEMS) technology, considering market data or customer requirements.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "16502",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16502",
         "title": "Develop formal documentation for microelectromechanical systems (MEMS) devices, including quality assurance guidance, quality control protocols, process control checklists, data collection, or reporting.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "16490",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16490",
         "title": "Communicate operating characteristics or performance experience to other engineers or designers for training or new product development purposes.",
         "importance": 55,
         "category": "Core"
      },
      {
         "id": "16498",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16498",
         "title": "Evaluate materials, fabrication methods, joining methods, surface treatments, or packaging to ensure acceptable processing, performance, cost, sustainability, or availability.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "16494",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2199.06/related/tasks/16494",
         "title": "Refine final microelectromechanical systems (MEMS) design to optimize design for target dimensions, physical tolerances, or processing constraints.",
         "importance": 73,
         "category": "Supplemental"
      }
   ]
}