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-1013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "9186",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9186",
         "title": "Encourage individuals and family members to develop and use skills and strategies for confronting their problems in a constructive manner.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9184",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9184",
         "title": "Ask questions that will help clients identify their feelings and behaviors.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20232",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/20232",
         "title": "Develop and implement individualized treatment plans addressing family relationship problems, destructive patterns of behavior, and other personal issues.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9187",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9187",
         "title": "Maintain case files that include activities, progress notes, evaluations, and recommendations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9185",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9185",
         "title": "Counsel clients on concerns, such as unsatisfactory relationships, divorce and separation, child rearing, home management, or financial difficulties.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9188",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9188",
         "title": "Collect information about clients, using techniques such as testing, interviewing, discussion, or observation.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9191",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9191",
         "title": "Confer with clients to develop plans for posttreatment activities.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20233",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/20233",
         "title": "Confer with other counselors, doctors, and professionals to analyze individual cases and to coordinate counseling services.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9190",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9190",
         "title": "Determine whether clients should be counseled or referred to other specialists in such fields as medicine, psychiatry, or legal aid.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9194",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1013.00/related/tasks/9194",
         "title": "Provide instructions to clients on how to obtain help with legal, financial, and other personal issues.",
         "importance": 59,
         "category": "Core"
      }
   ]
}