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-2092.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-2092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17441",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17441",
         "title": "Train clients to use hearing aids or other augmentative communication devices."
      },
      {
         "id": "21189",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/21189",
         "title": "Counsel patients and families on communication strategies and the effects of hearing loss."
      },
      {
         "id": "17439",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17439",
         "title": "Select and administer tests to evaluate hearing or related disabilities."
      },
      {
         "id": "17440",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17440",
         "title": "Administer basic hearing tests including air conduction, bone conduction, or speech audiometry tests."
      },
      {
         "id": "17443",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17443",
         "title": "Maintain or repair hearing aids or other communication devices."
      }
   ]
}