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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1122.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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)."
      },
      {
         "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)."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}