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/21-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5584",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5584",
         "title": "Complete and maintain accurate records or reports regarding the patients' histories and progress, services provided, or other required information."
      },
      {
         "id": "5583",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5583",
         "title": "Counsel clients or patients, individually or in group sessions, to assist in overcoming dependencies, adjusting to life, or making changes."
      },
      {
         "id": "18622",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/18622",
         "title": "Assess individuals' degree of drug dependency by collecting and analyzing urine samples."
      },
      {
         "id": "5601",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5601",
         "title": "Follow progress of discharged patients to determine effectiveness of treatments."
      },
      {
         "id": "5594",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5594",
         "title": "Conduct chemical dependency program orientation sessions."
      }
   ]
}