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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16786",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16786",
         "title": "Develop new software applications or customize existing applications to meet specific scientific project needs.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16792",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16792",
         "title": "Communicate research results through conference presentations, scientific publications, or project reports.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16790",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16790",
         "title": "Create novel computational approaches and analytical tools as required by research goals.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16794",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16794",
         "title": "Consult with researchers to analyze problems, recommend technology-based solutions, or determine computational strategies.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16795",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16795",
         "title": "Analyze large molecular datasets, such as raw microarray data, genomic sequence data, or proteomics data, for clinical or basic research purposes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16777",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16777",
         "title": "Keep abreast of new biochemistries, instrumentation, or software by reading scientific literature and attending professional conferences.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "16787",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16787",
         "title": "Develop data models and databases.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16791",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16791",
         "title": "Compile data for use in activities, such as gene expression profiling, genome annotation, or structural bioinformatics.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "16789",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16789",
         "title": "Design and apply bioinformatics algorithms including unsupervised and supervised machine learning, dynamic programming, or graphic algorithms.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "16793",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-1029.01/related/tasks/16793",
         "title": "Manipulate publicly accessible, commercial, or proprietary genomic, proteomic, or post-genomic databases.",
         "importance": 68,
         "category": "Core"
      }
   ]
}