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-1292.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "18536",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/18536",
         "title": "Record and review patient medical histories.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "417",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/417",
         "title": "Feel and visually examine gums for sores and signs of disease.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "421",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/421",
         "title": "Examine gums, using probes, to locate periodontal recessed gums and signs of gum disease.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "416",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/416",
         "title": "Clean calcareous deposits, accretions, and stains from teeth and beneath margins of gums, using dental instruments.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18537",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/18537",
         "title": "Provide clinical services or health education to improve and maintain the oral health of patients or the general public.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "418",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/418",
         "title": "Chart conditions of decay and disease for diagnosis and treatment by dentist.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "422",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/422",
         "title": "Expose and develop x-ray film.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23921",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/23921",
         "title": "Attend continuing education courses to maintain or update skills.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "420",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/420",
         "title": "Apply fluorides or other cavity preventing agents to arrest dental decay.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18538",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/18538",
         "title": "Maintain dental equipment and sharpen and sterilize dental instruments.",
         "importance": 87,
         "category": "Core"
      }
   ]
}