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/11-9121.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15612",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15612",
         "title": "Schedule subjects for appointments, procedures, or inpatient stays as required by study protocols.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15587",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15587",
         "title": "Perform specific protocol procedures such as interviewing subjects, taking vital signs, and performing electrocardiograms.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "15610",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15610",
         "title": "Assess eligibility of potential subjects through methods such as screening interviews, reviews of medical records, or discussions with physicians and nurses.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15595",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15595",
         "title": "Prepare study-related documentation, such as protocol worksheets, procedural manuals, adverse event reports, institutional review board documents, or progress reports.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15602",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15602",
         "title": "Inform patients or caregivers about study aspects and outcomes to be expected.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15594",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15594",
         "title": "Record adverse event and side effect data and confer with investigators regarding the reporting of events to oversight agencies.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15613",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15613",
         "title": "Monitor study activities to ensure compliance with protocols and with all relevant local, federal, and state regulatory and institutional polices.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15597",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15597",
         "title": "Oversee subject enrollment to ensure that informed consent is properly obtained and documented.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15614",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15614",
         "title": "Maintain required records of study activity including case report forms, drug dispensation records, or regulatory forms.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15603",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/related/tasks/15603",
         "title": "Identify protocol problems, inform investigators of problems, or assist in problem resolution efforts, such as protocol revisions.",
         "importance": 81,
         "category": "Core"
      }
   ]
}