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-1024.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "23996",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/23996",
         "title": "Examine patients to diagnose oral health conditions and diseases.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7743",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7743",
         "title": "Fit prostheses to patients, making any necessary adjustments and modifications.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "20246",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/20246",
         "title": "Replace missing teeth and associated oral structures with permanent fixtures, such as implant-supported prostheses, crowns and bridges, or removable fixtures, such as dentures.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7745",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7745",
         "title": "Measure and take impressions of patients' jaws and teeth to determine the shape and size of dental prostheses, using face bows, dental articulators, recording devices, and other materials.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7746",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7746",
         "title": "Collaborate with general dentists, specialists, and other health professionals to develop solutions to dental and oral health concerns.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7744",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7744",
         "title": "Design and fabricate dental prostheses, or supervise dental technicians and laboratory bench workers who construct the devices.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7748",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7748",
         "title": "Restore function and aesthetics to traumatic injury survivors, or to individuals with diseases or congenital disabilities.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7747",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7747",
         "title": "Repair, reline, or rebase dentures.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7749",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7749",
         "title": "Use bonding technology on the surface of the teeth to change tooth shape or to close gaps.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7750",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1024.00/related/tasks/7750",
         "title": "Treat facial pain and jaw joint problems.",
         "importance": 77,
         "category": "Core"
      }
   ]
}