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/31-9092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2024",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2024",
         "title": "Interview patients to obtain medical information and measure their vital signs, weight, and height."
      },
      {
         "id": "2033",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2033",
         "title": "Clean and sterilize instruments and dispose of contaminated supplies."
      },
      {
         "id": "2026",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2026",
         "title": "Record patients' medical history, vital statistics, or information such as test results in medical records."
      },
      {
         "id": "2029",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2029",
         "title": "Explain treatment procedures, medications, diets, or physicians' instructions to patients."
      },
      {
         "id": "2032",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9092.00/related/tasks/2032",
         "title": "Prepare treatment rooms for patient examinations, keeping the rooms neat and clean."
      }
   ]
}