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-1141.02/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17331",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/related/tasks/17331",
         "title": "Assess patients' mental and physical status, based on the presenting symptoms and complaints."
      },
      {
         "id": "17334",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/related/tasks/17334",
         "title": "Diagnose psychiatric disorders and mental health conditions."
      },
      {
         "id": "17329",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/related/tasks/17329",
         "title": "Document patients' medical and psychological histories, physical assessment results, diagnoses, treatment plans, prescriptions, or outcomes."
      },
      {
         "id": "17327",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/related/tasks/17327",
         "title": "Educate patients and family members about mental health and medical conditions, preventive health measures, medications, or treatment plans."
      },
      {
         "id": "17319",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.02/related/tasks/17319",
         "title": "Write prescriptions for psychotropic medications as allowed by state regulations and collaborative practice agreements."
      }
   ]
}