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/19-3033.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22190",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22190",
         "title": "Conduct assessments of patients' risk for harm to self or others."
      },
      {
         "id": "22165",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22165",
         "title": "Document patient information including session notes, progress notes, recommendations, and treatment plans."
      },
      {
         "id": "22168",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22168",
         "title": "Identify psychological, emotional, or behavioral issues and diagnose disorders, using information obtained from interviews, tests, records, or reference materials."
      },
      {
         "id": "22170",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22170",
         "title": "Write reports on clients and maintain required paperwork."
      },
      {
         "id": "22164",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22164",
         "title": "Counsel individuals, groups, or families to help them understand problems, deal with crisis situations, define goals, and develop realistic action plans."
      }
   ]
}