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-1023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7734",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/related/tasks/7734",
         "title": "Diagnose teeth and jaw or other dental-facial abnormalities."
      },
      {
         "id": "7735",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/related/tasks/7735",
         "title": "Examine patients to assess abnormalities of jaw development, tooth position, and other dental-facial structures."
      },
      {
         "id": "7733",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/related/tasks/7733",
         "title": "Study diagnostic records, such as medical or dental histories, plaster models of the teeth, photos of a patient's face and teeth, and X-rays, to develop patient treatment plans."
      },
      {
         "id": "7732",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/related/tasks/7732",
         "title": "Fit dental appliances in patients' mouths to alter the position and relationship of teeth and jaws or to realign teeth."
      },
      {
         "id": "7737",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1023.00/related/tasks/7737",
         "title": "Adjust dental appliances to produce and maintain normal function."
      }
   ]
}