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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16807",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/16807",
         "title": "Maintain accurate laboratory records and data."
      },
      {
         "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."
      },
      {
         "id": "23904",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.02/related/tasks/23904",
         "title": "Write grant applications to obtain funding."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}