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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "788",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6013.00/related/tasks/788",
         "title": "Complete insurance or other claim forms."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}