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/31-9094.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9416",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/related/tasks/9416",
         "title": "Return dictated reports in printed or electronic form for physician's review, signature, and corrections and for inclusion in patients' medical records."
      },
      {
         "id": "9421",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/related/tasks/9421",
         "title": "Produce medical reports, correspondence, records, patient-care information, statistics, medical research, and administrative material."
      },
      {
         "id": "9419",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/related/tasks/9419",
         "title": "Identify mistakes in reports and check with doctors to obtain the correct information."
      },
      {
         "id": "9414",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/related/tasks/9414",
         "title": "Review and edit transcribed reports or dictated material for spelling, grammar, clarity, consistency, and proper medical terminology."
      },
      {
         "id": "9413",
         "related": "https://api-v2.onetcenter.org/online/occupations/31-9094.00/related/tasks/9413",
         "title": "Transcribe dictation for a variety of medical reports, such as patient histories, physical examinations, emergency room visits, operations, chart reviews, consultation, or discharge summaries."
      }
   ]
}