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.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16828",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/related/tasks/16828",
         "title": "Supervise or direct the work of other geneticists, biologists, technicians, or biometricians working on genetics research projects."
      },
      {
         "id": "16839",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/related/tasks/16839",
         "title": "Plan or conduct basic genomic and biological research related to areas such as regulation of gene expression, protein interactions, metabolic networks, and nucleic acid or protein complexes."
      },
      {
         "id": "16831",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/related/tasks/16831",
         "title": "Prepare results of experimental findings for presentation at professional conferences or in scientific journals."
      },
      {
         "id": "16832",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/related/tasks/16832",
         "title": "Maintain laboratory notebooks that record research methods, procedures, and results."
      },
      {
         "id": "16817",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.03/related/tasks/16817",
         "title": "Write grants and papers or attend fundraising events to seek research funds."
      }
   ]
}