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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/details/tasks?start=11&end=11",
   "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17446",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17446",
         "title": "Perform basic screening procedures, such as pure tone screening, otoacoustic screening, immittance screening, and screening of ear canal status using otoscope.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17442",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17442",
         "title": "Create or modify impressions for earmolds and hearing aid shells.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17448",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17448",
         "title": "Read current literature, talk with colleagues, and participate in professional organizations or conferences to keep abreast of developments in audiology.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "17444",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17444",
         "title": "Demonstrate assistive listening devices (ALDs) to clients.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "17447",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2092.00/related/tasks/17447",
         "title": "Assist audiologists in performing aural procedures, such as real ear measurements, speech audiometry, auditory brainstem responses, electronystagmography, and cochlear implant mapping.",
         "importance": 84,
         "category": "Supplemental"
      }
   ]
}