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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9387",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9387",
         "title": "Maintain patients' records.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9386",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9386",
         "title": "Design orthopedic and prosthetic devices, based on physicians' prescriptions and examination and measurement of patients.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "9391",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9391",
         "title": "Repair, rebuild, and modify prosthetic and orthopedic appliances.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9392",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9392",
         "title": "Construct and fabricate appliances, or supervise others constructing the appliances.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9388",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9388",
         "title": "Make and modify plaster casts of areas to be fitted with prostheses or orthoses to guide the device construction process.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9390",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2091.00/related/tasks/9390",
         "title": "Confer with physicians to formulate specifications and prescriptions for orthopedic or prosthetic devices.",
         "importance": 75,
         "category": "Core"
      }
   ]
}