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/29-9021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22894",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22894",
         "title": "Assign the patient to diagnosis-related groups (DRGs), using appropriate computer software."
      },
      {
         "id": "22895",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22895",
         "title": "Compile medical care and census data for statistical reports on diseases treated, surgery performed, or use of hospital beds."
      },
      {
         "id": "22896",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22896",
         "title": "Design databases to support healthcare applications, ensuring security, performance and reliability."
      },
      {
         "id": "22897",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22897",
         "title": "Develop in-service educational materials."
      },
      {
         "id": "22898",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22898",
         "title": "Evaluate and recommend upgrades or improvements to existing computerized healthcare systems."
      }
   ]
}