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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9370",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9370",
         "title": "Administer general and local anesthetics."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "9371",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1022.00/related/tasks/9371",
         "title": "Remove impacted, damaged, and non-restorable teeth."
      }
   ]
}