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/15-2099.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "17709",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17709",
         "title": "Analyze or manipulate bioinformatics data using software packages, statistical applications, or data mining techniques.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "17715",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17715",
         "title": "Extend existing software programs, web-based interactive tools, or database queries as sequence management and analysis needs evolve.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "17716",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17716",
         "title": "Maintain awareness of new and emerging computational methods and technologies.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "17721",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17721",
         "title": "Conduct quality analyses of data inputs and resulting analyses or predictions.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "17707",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17707",
         "title": "Enter or retrieve information from structural databases, protein sequence motif databases, mutation databases, genomic databases or gene expression databases.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17706",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17706",
         "title": "Develop or maintain applications that process biologically based data into searchable databases for purposes of analysis, calculation, or presentation.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "17710",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17710",
         "title": "Confer with researchers, clinicians, or information technology staff to determine data needs and programming requirements and to provide assistance with database-related research activities.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "17717",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17717",
         "title": "Participate in the preparation of reports or scientific publications.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "17720",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17720",
         "title": "Write computer programs or scripts to be used in querying databases.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "17714",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2099.01/related/tasks/17714",
         "title": "Document all database changes, modifications, or problems.",
         "importance": 62,
         "category": "Core"
      }
   ]
}