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-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8968",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8968",
         "title": "Evaluate the safety, efficiency, and effectiveness of biomedical equipment.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21856",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21856",
         "title": "Prepare technical reports, data summary documents, or research articles for scientific publication, regulatory submissions, or patent applications.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "21847",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21847",
         "title": "Design or develop medical diagnostic or clinical instrumentation, equipment, or procedures, using the principles of engineering and biobehavioral sciences.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "8975",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8975",
         "title": "Conduct research, along with life scientists, chemists, and medical scientists, on the engineering aspects of the biological systems of humans and animals.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8979",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8979",
         "title": "Adapt or design computer hardware or software for medical science uses.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21853",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21853",
         "title": "Maintain databases of experiment characteristics or results.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21851",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21851",
         "title": "Develop statistical models or simulations, using statistical or modeling software.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21857",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21857",
         "title": "Read current scientific or trade literature to stay abreast of scientific, industrial, or technological advances.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "21854",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/21854",
         "title": "Manage teams of engineers by creating schedules, tracking inventory, creating or using budgets, or overseeing contract obligations or deadlines.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "8973",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2031.00/related/tasks/8973",
         "title": "Develop models or computer simulations of human biobehavioral systems to obtain data for measuring or controlling life processes.",
         "importance": 72,
         "category": "Core"
      }
   ]
}