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-1222.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17194",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17194",
         "title": "Examine microscopic samples to identify diseases or other abnormalities."
      },
      {
         "id": "17195",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17195",
         "title": "Diagnose diseases or study medical conditions, using techniques such as gross pathology, histology, cytology, cytopathology, clinical chemistry, immunology, flow cytometry, or molecular biology."
      },
      {
         "id": "17190",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17190",
         "title": "Write pathology reports summarizing analyses, results, and conclusions."
      },
      {
         "id": "17192",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17192",
         "title": "Communicate pathologic findings to surgeons or other physicians."
      },
      {
         "id": "17187",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17187",
         "title": "Identify the etiology, pathogenesis, morphological change, and clinical significance of diseases."
      }
   ]
}