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/43-6013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "777",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/777",
         "title": "Answer telephones and direct calls to appropriate staff.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "775",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/775",
         "title": "Schedule and confirm patient diagnostic appointments, surgeries, or medical consultations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "788",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/788",
         "title": "Complete insurance or other claim forms.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "779",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/779",
         "title": "Greet visitors, ascertain purpose of visit, and direct them to appropriate staff.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "783",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/783",
         "title": "Transmit correspondence or medical records by mail, e-mail, or fax.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "781",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/781",
         "title": "Maintain medical records, technical library, or correspondence files.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "778",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/778",
         "title": "Receive and route messages or documents, such as laboratory results, to appropriate staff.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "780",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/780",
         "title": "Interview patients to complete documents, case histories, or forms, such as intake or insurance forms.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "782",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/782",
         "title": "Operate office equipment, such as voice mail messaging systems, and use word processing, spreadsheet, or other software applications to prepare reports, invoices, financial statements, letters, case histories, or medical records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "787",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/787",
         "title": "Perform bookkeeping duties, such as credits or collections, preparing and sending financial statements or bills, and keeping financial records.",
         "importance": 80,
         "category": "Core"
      }
   ]
}