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-1021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20562",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/20562",
         "title": "Use masks, gloves, and safety glasses to protect patients and self from infectious diseases.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "6926",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6926",
         "title": "Examine teeth, gums, and related tissues, using dental instruments, x-rays, or other diagnostic equipment, to evaluate dental health, diagnose diseases or abnormalities, and plan appropriate treatments.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6925",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6925",
         "title": "Administer anesthetics to limit the amount of pain experienced by patients during procedures.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "20563",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/20563",
         "title": "Use dental air turbines, hand instruments, dental appliances, or surgical implements.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "6927",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6927",
         "title": "Formulate plan of treatment for patient's teeth and mouth tissue.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6931",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6931",
         "title": "Diagnose and treat diseases, injuries, or malformations of teeth, gums, or related oral structures and provide preventive or corrective services.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6933",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6933",
         "title": "Write prescriptions for antibiotics or other medications.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6929",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6929",
         "title": "Advise or instruct patients regarding preventive dental care, the causes and treatment of dental problems, or oral health care services.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6930",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6930",
         "title": "Design, make, or fit prosthodontic appliances, such as space maintainers, bridges, or dentures, or write fabrication instructions or prescriptions for denturists or dental technicians.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6932",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/related/tasks/6932",
         "title": "Fill pulp chamber and canal with endodontic materials.",
         "importance": 87,
         "category": "Core"
      }
   ]
}