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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7147",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7147",
         "title": "Train or supervise other dental technicians or dental laboratory bench workers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7137",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7137",
         "title": "Melt metals or mix plaster, porcelain, or acrylic pastes and pour materials into molds or over frameworks to form dental prostheses or apparatuses.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7138",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7138",
         "title": "Prepare metal surfaces for bonding with porcelain to create artificial teeth, using small hand tools.",
         "importance": 91,
         "category": "Supplemental"
      },
      {
         "id": "7148",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7148",
         "title": "Rebuild or replace linings, wire sections, or missing teeth to repair dentures.",
         "importance": 91,
         "category": "Supplemental"
      },
      {
         "id": "7143",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9081.00/related/tasks/7143",
         "title": "Apply porcelain paste or wax over prosthesis frameworks or setups, using brushes and spatulas.",
         "importance": 89,
         "category": "Supplemental"
      }
   ]
}