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/19-1029.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16807",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16807",
         "title": "Maintain accurate laboratory records and data.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "16813",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16813",
         "title": "Design molecular or cellular laboratory experiments, oversee their execution, and interpret results.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23904",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/23904",
         "title": "Write grant applications to obtain funding.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16805",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16805",
         "title": "Perform laboratory procedures following protocols including deoxyribonucleic acid (DNA) sequencing, cloning and extraction, ribonucleic acid (RNA) purification, or gel electrophoresis.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16815",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16815",
         "title": "Conduct research on cell organization and function, including mechanisms of gene expression, cellular bioinformatics, cell signaling, or cell differentiation.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23905",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/23905",
         "title": "Prepare or review reports, manuscripts, or meeting presentations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16808",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16808",
         "title": "Instruct undergraduate and graduate students within the areas of cellular or molecular biology.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16810",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16810",
         "title": "Direct, coordinate, organize, or prioritize biological laboratory activities.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16814",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16814",
         "title": "Compile and analyze molecular or cellular experimental data and adjust experimental designs as necessary.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16809",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16809",
         "title": "Evaluate new technologies to enhance or complement current research.",
         "importance": 77,
         "category": "Core"
      }
   ]
}