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/51-9081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7133",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7133",
         "title": "Read prescriptions or specifications and examine models or impressions to determine the design of dental products to be constructed."
      },
      {
         "id": "7135",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7135",
         "title": "Test appliances for conformance to specifications and accuracy of occlusion, using articulators and micrometers."
      },
      {
         "id": "7134",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7134",
         "title": "Fabricate, alter, or repair dental devices, such as dentures, crowns, bridges, inlays, or appliances for straightening teeth."
      },
      {
         "id": "7136",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7136",
         "title": "Place tooth models on an apparatus that mimics bite and movement of patient's jaw to evaluate functionality of model."
      },
      {
         "id": "7139",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7139",
         "title": "Remove excess metal or porcelain and polish surfaces of prostheses or frameworks, using polishing machines."
      }
   ]
}