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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}