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/31-9091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "550",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/550",
         "title": "Prepare patient, sterilize or disinfect instruments, set up instrument trays, prepare materials, or assist dentist during dental procedures.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "552",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/552",
         "title": "Record treatment information in patient records.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "555",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/555",
         "title": "Assist dentist in management of medical or dental emergencies.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18552",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/18552",
         "title": "Order and monitor dental supplies and equipment inventory.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "551",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/551",
         "title": "Expose dental diagnostic x-rays.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "554",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/554",
         "title": "Provide postoperative instructions prescribed by dentist.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "557",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/557",
         "title": "Instruct patients in oral hygiene and plaque control programs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "553",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/553",
         "title": "Take and record medical and dental histories and vital signs of patients.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "561",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/561",
         "title": "Apply protective coating of fluoride to teeth.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "563",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9091.00/related/tasks/563",
         "title": "Schedule appointments, prepare bills and receive payment for dental services, complete insurance forms, and maintain records, manually or using computer.",
         "importance": 80,
         "category": "Core"
      }
   ]
}