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.04/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22781",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/related/tasks/22781",
         "title": "Embed tissue specimens into paraffin wax blocks, or infiltrate tissue specimens with wax."
      },
      {
         "id": "22780",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/related/tasks/22780",
         "title": "Cut sections of body tissues for microscopic examination, using microtomes."
      },
      {
         "id": "22791",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/related/tasks/22791",
         "title": "Stain tissue specimens with dyes or other chemicals to make cell details visible under microscopes."
      },
      {
         "id": "22779",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/related/tasks/22779",
         "title": "Compile materials for distribution to pathologists, such as surgical working drafts, requisitions, and slides."
      },
      {
         "id": "22778",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.04/related/tasks/22778",
         "title": "Compile and maintain records of preventive maintenance and instrument performance checks according to schedule and regulations."
      }
   ]
}