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-1133.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "20578",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/20578",
         "title": "Listen and provide emotional support and encouragement to psychiatric patients.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1994",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/1994",
         "title": "Provide patients with cognitive, intellectual, or developmental disabilities with routine physical, emotional, psychological, or rehabilitation care under the direction of nursing or medical staff.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18696",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/18696",
         "title": "Complete physical checks and monitor patients to detect unusual or harmful behavior and report observations to professional staff.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2001",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/2001",
         "title": "Restrain or aid patients as necessary to prevent injury.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1996",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/1996",
         "title": "Work as part of a team that may include psychiatrists, psychologists, psychiatric nurses, or social workers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18697",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/18697",
         "title": "Record and maintain patient information, such as vital signs, eating habits, behavior, progress notes, treatments, or discharge plans.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2005",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/2005",
         "title": "Maintain patients' restrictions to assigned areas.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "1998",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/1998",
         "title": "Organize, supervise, or encourage patient participation in social, educational, or recreational activities.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2003",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/2003",
         "title": "Provide patients with assistance in bathing, dressing, or grooming, demonstrating these skills as necessary.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1997",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/related/tasks/1997",
         "title": "Aid patients in becoming accustomed to hospital routines.",
         "importance": 80,
         "category": "Core"
      }
   ]
}