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-1093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "21179",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/21179",
         "title": "Assess clients' cognitive abilities and physical and emotional needs to determine appropriate interventions.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21180",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/21180",
         "title": "Develop and implement behavioral management and care plans for clients.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3754",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3754",
         "title": "Keep records or prepare reports for owner or management concerning visits with clients.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3755",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3755",
         "title": "Visit individuals in homes or attend group meetings to provide information on agency services, requirements, or procedures.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3757",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3757",
         "title": "Submit reports and review reports or problems with superior.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3759",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3759",
         "title": "Interview individuals or family members to compile information on social, educational, criminal, institutional, or drug history.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "3753",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3753",
         "title": "Provide information or refer individuals to public or private agencies or community services for assistance.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "3756",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3756",
         "title": "Advise clients regarding food stamps, child care, food, money management, sanitation, or housekeeping.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "3758",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3758",
         "title": "Oversee day-to-day group activities of residents in institution.",
         "importance": 78,
         "category": "Supplemental"
      },
      {
         "id": "3770",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1093.00/related/tasks/3770",
         "title": "Assist in locating housing for displaced individuals.",
         "importance": 70,
         "category": "Supplemental"
      }
   ]
}