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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-1133.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}