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-4012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "23180",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23180",
         "title": "Clean the crematorium, including tables, floors, and equipment."
      },
      {
         "id": "23181",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23181",
         "title": "Document divided remains to ensure parts are not misplaced."
      },
      {
         "id": "23182",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23182",
         "title": "Embalm, dress, or otherwise prepare the deceased for viewing."
      },
      {
         "id": "23183",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23183",
         "title": "Explain the cremation process to family or friends of the deceased."
      },
      {
         "id": "23184",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23184",
         "title": "Offer counsel and comfort to bereaved families or friends."
      },
      {
         "id": "23185",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23185",
         "title": "Pick up and handle human or pet remains in a respectful manner."
      },
      {
         "id": "23186",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23186",
         "title": "Place corpses into crematory machines to reduce remains to bone fragments using flame, heat, or alkaline hydrolysis."
      },
      {
         "id": "23187",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23187",
         "title": "Pulverize remaining bone fragments into smaller pieces, using specialized equipment, such as a cremulator or grinder."
      },
      {
         "id": "23188",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23188",
         "title": "Read documentation to confirm the identity of the deceased."
      },
      {
         "id": "23189",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4012.00/related/tasks/23189",
         "title": "Remove jewelry, watches, or other personal items from the deceased prior to cremation."
      }
   ]
}