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/29-1122.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17336",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17336",
         "title": "Teach cane skills, including cane use with a guide, diagonal techniques, and two-point touches.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17355",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17355",
         "title": "Recommend appropriate mobility devices or systems, such as human guides, dog guides, long canes, electronic travel aids (ETAs), and other adaptive mobility devices (AMDs).",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17352",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17352",
         "title": "Train clients with visual impairments to use mobility devices or systems, such as human guides, dog guides, electronic travel aids (ETAs), and other adaptive mobility devices (AMDs).",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17350",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17350",
         "title": "Develop rehabilitation or instructional plans collaboratively with clients, based on results of assessments, needs, and goals.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17349",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17349",
         "title": "Write reports or complete forms to document assessments, training, progress, or follow-up outcomes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17346",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17346",
         "title": "Train clients to use tactile, auditory, kinesthetic, olfactory, and proprioceptive information.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17351",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17351",
         "title": "Assess clients' functioning in areas such as vision, orientation and mobility skills, social and emotional issues, cognition, physical abilities, and personal goals.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17345",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17345",
         "title": "Teach clients to travel independently, using a variety of actual or simulated travel situations or exercises.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23918",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/23918",
         "title": "Teach self-advocacy skills to clients.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "17338",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/related/tasks/17338",
         "title": "Provide consultation, support, or education to groups such as parents and teachers.",
         "importance": 81,
         "category": "Core"
      }
   ]
}