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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17180",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17180",
         "title": "Read current literature, talk with colleagues, or participate in professional organizations or conferences to keep abreast of developments in pathology.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17193",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17193",
         "title": "Consult with physicians about ordering and interpreting tests or providing treatments.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "17191",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17191",
         "title": "Analyze and interpret results from tests, such as microbial or parasite tests, urine analyses, hormonal assays, fine needle aspirations (FNAs), and polymerase chain reactions (PCRs).",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17178",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17178",
         "title": "Review cases by analyzing autopsies, laboratory findings, or case investigation reports.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "17179",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1222.00/related/tasks/17179",
         "title": "Manage medical laboratories.",
         "importance": 75,
         "category": "Core"
      }
   ]
}