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-2051.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16281",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16281",
         "title": "Design and validate clinical databases, including designing or testing logic checks.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "16284",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16284",
         "title": "Process clinical data, including receipt, entry, verification, or filing of information.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16280",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16280",
         "title": "Generate data queries, based on validation checks or errors and omissions identified during data entry, to resolve identified problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16285",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16285",
         "title": "Develop project-specific data management plans that address areas such as coding, reporting, or transfer of data, database locks, and work flow processes.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16279",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16279",
         "title": "Monitor work productivity or quality to ensure compliance with standard operating procedures.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "16268",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16268",
         "title": "Prepare appropriate formatting to data sets as requested.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16286",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16286",
         "title": "Design forms for receiving, processing, or tracking data.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16277",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16277",
         "title": "Prepare data analysis listings and activity, performance, or progress reports.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16282",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16282",
         "title": "Confer with end users to define or implement clinical system requirements such as data release formats, delivery schedules, and testing protocols.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "16278",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.02/related/tasks/16278",
         "title": "Perform quality control audits to ensure accuracy, completeness, or proper usage of clinical systems and data.",
         "importance": 68,
         "category": "Core"
      }
   ]
}