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-2031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4132",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/tasks/4132",
         "title": "Conduct electrocardiogram (EKG), phonocardiogram, echocardiogram, stress testing, or other cardiovascular tests to record patients' cardiac activity, using specialized electronic test equipment, recording devices, or laboratory instruments."
      },
      {
         "id": "4129",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/tasks/4129",
         "title": "Explain testing procedures to patients to obtain cooperation and reduce anxiety."
      },
      {
         "id": "4127",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/tasks/4127",
         "title": "Monitor patients' blood pressure and heart rate using electrocardiogram (EKG) equipment during diagnostic or therapeutic procedures to notify the physician if something appears wrong."
      },
      {
         "id": "4134",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/tasks/4134",
         "title": "Obtain and record patient identification, medical history, or test results."
      },
      {
         "id": "4128",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2031.00/related/tasks/4128",
         "title": "Monitor patients' comfort and safety during tests, alerting physicians to abnormalities or changes in patient responses."
      }
   ]
}