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-1023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "273",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/273",
         "title": "Counsel clients in individual or group sessions to assist them in dealing with substance abuse, mental or physical illness, poverty, unemployment, or physical abuse.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "275",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/275",
         "title": "Collaborate with counselors, physicians, or nurses to plan or coordinate treatment, drawing on social work experience and patient needs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "276",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/276",
         "title": "Monitor, evaluate, and record client progress with respect to treatment goals.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18487",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/18487",
         "title": "Interview clients, review records, conduct assessments, or confer with other professionals to evaluate the mental or physical condition of clients or patients.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "281",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/281",
         "title": "Supervise or direct other workers who provide services to clients or patients.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "279",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/279",
         "title": "Modify treatment plans according to changes in client status.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18489",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/18489",
         "title": "Assist clients in adhering to treatment plans, such as setting up appointments, arranging for transportation to appointments, or providing support.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "18488",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/18488",
         "title": "Educate clients or community members about mental or physical illness, abuse, medication, or available community resources.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "278",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/278",
         "title": "Counsel or aid family members to assist them in understanding, dealing with, or supporting the client or patient.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18490",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1023.00/related/tasks/18490",
         "title": "Increase social work knowledge by reviewing current literature, conducting social research, or attending seminars, training workshops, or classes.",
         "importance": 68,
         "category": "Core"
      }
   ]
}