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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5594",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5594",
         "title": "Conduct chemical dependency program orientation sessions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5586",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5586",
         "title": "Review and evaluate clients' progress in relation to measurable goals described in treatment and care plans.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5598",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5598",
         "title": "Coordinate activities with courts, probation officers, community services, or other post-treatment agencies.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5585",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5585",
         "title": "Develop client treatment plans based on research, clinical experience, and client histories.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5590",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5590",
         "title": "Modify treatment plans to comply with changes in client status.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5591",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1011.00/related/tasks/5591",
         "title": "Coordinate counseling efforts with mental health professionals or other health professionals, such as doctors, nurses, or social workers.",
         "importance": 85,
         "category": "Core"
      }
   ]
}