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-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "1902",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1902",
         "title": "Conduct chemical analyses of body fluids, such as blood or urine, using microscope or automatic analyzer to detect abnormalities or diseases and enter findings into computer.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "1904",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1904",
         "title": "Analyze the results of tests or experiments to ensure conformity to specifications, using special mechanical or electrical devices.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18535",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/18535",
         "title": "Set up, maintain, calibrate, clean, and test sterility of medical laboratory equipment.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "1915",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1915",
         "title": "Prepare standard volumetric solutions or reagents to be combined with samples, following standardized formulas or experimental procedures.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "1910",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1910",
         "title": "Collect blood or tissue samples from patients, observing principles of asepsis to obtain blood sample.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1914",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1914",
         "title": "Supervise or instruct other technicians or laboratory assistants.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "1907",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1907",
         "title": "Conduct blood tests for transfusion purposes and perform blood counts.",
         "importance": 97,
         "category": "Supplemental"
      },
      {
         "id": "1908",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1908",
         "title": "Obtain specimens, cultivating, isolating, and identifying microorganisms for analysis.",
         "importance": 92,
         "category": "Supplemental"
      },
      {
         "id": "1909",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1909",
         "title": "Examine cells stained with dye to locate abnormalities.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "1911",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2012.00/related/tasks/1911",
         "title": "Consult with a pathologist to determine a final diagnosis when abnormal cells are found.",
         "importance": 87,
         "category": "Supplemental"
      }
   ]
}