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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17390",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17390",
         "title": "Arrange and attach chromosomes in numbered pairs on karyotype charts, using standard genetics laboratory practices and nomenclature, to identify normal or abnormal chromosomes.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "17389",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17389",
         "title": "Count numbers of chromosomes and identify the structural abnormalities by viewing culture slides through microscopes, light microscopes, or photomicroscopes.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "17385",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17385",
         "title": "Examine chromosomes found in biological specimens to detect abnormalities.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "20569",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/20569",
         "title": "Apply prepared specimen and control to appropriate grid, run instrumentation, and produce analyzable results.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "20565",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/20565",
         "title": "Select appropriate culturing system or procedure based on specimen type and reason for referral.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17391",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17391",
         "title": "Analyze chromosomes found in biological specimens to aid diagnoses and treatments for genetic diseases such as congenital disabilities, fertility problems, and hematological disorders.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17382",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17382",
         "title": "Harvest cell cultures using substances such as mitotic arrestants, cell releasing agents, and cell fixatives.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17376",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17376",
         "title": "Summarize test results and report to appropriate authorities.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17388",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17388",
         "title": "Prepare biological specimens such as amniotic fluids, bone marrow, tumors, chorionic villi, and blood, for chromosome examinations.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17377",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/tasks/17377",
         "title": "Select or prepare specimens and media for cell cultures using aseptic techniques, knowledge of medium components, or cell nutritional requirements.",
         "importance": 96,
         "category": "Core"
      }
   ]
}