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.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "17395",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17395",
         "title": "Examine cell samples to detect abnormalities in the color, shape, or size of cellular components and patterns.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "17401",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17401",
         "title": "Document specimens by verifying patients' and specimens' information.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "17405",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17405",
         "title": "Submit slides with abnormal cell structures to pathologists for further examination.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "17397",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17397",
         "title": "Prepare and analyze samples, such as Papanicolaou (PAP) smear body fluids and fine needle aspirations (FNAs), to detect abnormal conditions.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17396",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17396",
         "title": "Examine specimens, using microscopes, to evaluate specimen quality.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17402",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17402",
         "title": "Maintain effective laboratory operations by adhering to standards of specimen collection, preparation, or laboratory safety.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17398",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17398",
         "title": "Provide patient clinical data or microscopic findings to assist pathologists in the preparation of pathology reports.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17399",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17399",
         "title": "Assist pathologists or other physicians to collect cell samples by fine needle aspiration (FNA) biopsy or other method.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17404",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17404",
         "title": "Prepare cell samples by applying special staining techniques, such as chromosomal staining, to differentiate cells or cell components.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17406",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.02/related/tasks/17406",
         "title": "Adjust, maintain, or repair laboratory equipment, such as microscopes.",
         "importance": 79,
         "category": "Core"
      }
   ]
}