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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6947",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6947",
         "title": "Take and record measures of patients' physical condition, using devices such as thermometers or blood pressure gauges.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6946",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6946",
         "title": "Observe and influence patients' behavior, communicating and interacting with them and teaching, counseling, or befriending them.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6952",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6952",
         "title": "Aid patients in performing tasks, such as bathing or keeping beds, clothing, or living areas clean.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6949",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6949",
         "title": "Collaborate with or assist doctors, psychologists, or rehabilitation therapists in working with patients with cognitive, intellectual, or developmental disabilities to treat, rehabilitate, and return patients to the community.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6950",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2053.00/related/tasks/6950",
         "title": "Develop or teach strategies to promote client wellness and independence.",
         "importance": 76,
         "category": "Core"
      }
   ]
}