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