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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 99,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "22166",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22166",
         "title": "Interact with clients to assist them in gaining insight, defining goals, and planning action to achieve effective personal, social, educational, or vocational development and adjustment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "22163",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22163",
         "title": "Collect information about individuals or clients, using interviews, case histories, observational techniques, and other assessment methods.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22173",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22173",
         "title": "Evaluate the effectiveness of counseling or treatments and the accuracy and completeness of diagnoses, modifying plans or diagnoses as necessary.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "22169",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22169",
         "title": "Use a variety of treatment methods, such as psychotherapy, hypnosis, behavior modification, stress reduction therapy, psychodrama, or play therapy.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "22167",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3033.00/related/tasks/22167",
         "title": "Develop therapeutic and treatment plans based on clients' interests, abilities, or needs.",
         "importance": 82,
         "category": "Core"
      }
   ]
}