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/39-4011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4487",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/related/tasks/4487",
         "title": "Conform to laws of health and sanitation and ensure that legal requirements concerning embalming are met."
      },
      {
         "id": "4488",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/related/tasks/4488",
         "title": "Apply cosmetics to impart lifelike appearance to the deceased."
      },
      {
         "id": "4495",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/related/tasks/4495",
         "title": "Join lips, using needles and thread or wire."
      },
      {
         "id": "4490",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/related/tasks/4490",
         "title": "Close incisions, using needles and sutures."
      },
      {
         "id": "4489",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4011.00/related/tasks/4489",
         "title": "Incise stomach and abdominal walls and probe internal organs, using trocar, to withdraw blood and waste matter from organs."
      }
   ]
}