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