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-2091.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9384",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9384",
         "title": "Fit, test, and evaluate devices on patients, and make adjustments for proper fit, function, and comfort."
      },
      {
         "id": "9385",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9385",
         "title": "Instruct patients in the use and care of orthoses and prostheses."
      },
      {
         "id": "9387",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9387",
         "title": "Maintain patients' records."
      },
      {
         "id": "9383",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9383",
         "title": "Examine, interview, and measure patients to determine their appliance needs and to identify factors that could affect appliance fit."
      },
      {
         "id": "9389",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9389",
         "title": "Select materials and components to be used, based on device design."
      }
   ]
}