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-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "9370",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9370",
         "title": "Administer general and local anesthetics.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9373",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9373",
         "title": "Collaborate with other professionals, such as restorative dentists and orthodontists, to plan treatment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "9372",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9372",
         "title": "Evaluate the position of the wisdom teeth to determine whether problems exist currently or might occur in the future.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "9374",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9374",
         "title": "Perform surgery to prepare the mouth for dental implants and to aid in the regeneration of deficient bone and gum tissues.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9371",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9371",
         "title": "Remove impacted, damaged, and non-restorable teeth.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9376",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9376",
         "title": "Treat infections of the oral cavity, salivary glands, jaws, and neck.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9375",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9375",
         "title": "Remove tumors and other abnormal growths of the oral and facial regions, using surgical instruments.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "9378",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9378",
         "title": "Provide emergency treatment of facial injuries including facial lacerations, intra-oral lacerations, and fractured facial bones.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9377",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9377",
         "title": "Treat problems affecting the oral mucosa, such as mouth ulcers and infections.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9380",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9380",
         "title": "Restore form and function by moving skin, bone, nerves, and other tissues from other parts of the body to reconstruct the jaws and face.",
         "importance": 74,
         "category": "Core"
      }
   ]
}