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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18536",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1292.00/related/tasks/18536",
         "title": "Record and review patient medical histories."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}