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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "1887",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1887",
         "title": "Conduct chemical analysis of body fluids, including blood, urine, or spinal fluid, to determine presence of normal or abnormal components.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "1886",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1886",
         "title": "Analyze laboratory findings to check the accuracy of the results.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "1888",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1888",
         "title": "Operate, calibrate, or maintain equipment used in quantitative or qualitative analysis, such as spectrophotometers, calorimeters, flame photometers, or computer-controlled analyzers.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "15233",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/15233",
         "title": "Collect and study blood samples to determine the number of cells, their morphology, or their blood group, blood type, or compatibility for transfusion purposes, using microscopic techniques.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "1889",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1889",
         "title": "Enter data from analysis of medical tests or clinical results into computer for storage.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "15232",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/15232",
         "title": "Establish or monitor quality assurance programs or activities to ensure the accuracy of laboratory results.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "1890",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1890",
         "title": "Analyze samples of biological material for chemical content or reaction.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "1892",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1892",
         "title": "Set up, clean, and maintain laboratory equipment.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "1893",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1893",
         "title": "Provide technical information about test results to physicians, family members, or researchers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1896",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.00/related/tasks/1896",
         "title": "Cultivate, isolate, or assist in identifying microbial organisms or perform various tests on these microorganisms.",
         "importance": 84,
         "category": "Core"
      }
   ]
}