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-1014.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1591",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1591",
         "title": "Maintain confidentiality of records relating to clients' treatment.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "1592",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1592",
         "title": "Encourage clients to express their feelings and discuss what is happening in their lives, helping them to develop insight into themselves or their relationships.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18483",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/18483",
         "title": "Assess patients for risk of suicide attempts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1594",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1594",
         "title": "Prepare and maintain all required treatment records and reports.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1595",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1595",
         "title": "Counsel clients or patients, individually or in group sessions, to assist in overcoming dependencies, adjusting to life, or making changes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1593",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1593",
         "title": "Guide clients in the development of skills or strategies for dealing with their problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23908",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/23908",
         "title": "Perform crisis interventions to help ensure the safety of the patients and others.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20402",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/20402",
         "title": "Perform crisis interventions with clients.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18484",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/18484",
         "title": "Fill out and maintain client-related paperwork, including federal- and state-mandated forms, client diagnostic records, and progress notes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1598",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1014.00/related/tasks/1598",
         "title": "Develop and implement treatment plans based on clinical experience and knowledge.",
         "importance": 80,
         "category": "Core"
      }
   ]
}