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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9121.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}