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-2053.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-2053.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6945",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6945",
         "title": "Provide nursing, psychiatric, or personal care to patients with cognitive, intellectual, or developmental disabilities."
      },
      {
         "id": "6948",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6948",
         "title": "Encourage patients to develop work skills and to participate in social, recreational, or other therapeutic activities that enhance interpersonal skills or develop social relationships."
      },
      {
         "id": "6951",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6951",
         "title": "Restrain violent, potentially violent, or suicidal patients by verbal or physical means as required."
      },
      {
         "id": "6956",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6956",
         "title": "Lead prescribed individual or group therapy sessions as part of specific therapeutic procedures."
      },
      {
         "id": "6944",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6944",
         "title": "Monitor patients' physical and emotional well-being and report unusual behavior or physical ailments to medical staff."
      }
   ]
}