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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}