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-4031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3335",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3335",
         "title": "Oversee the preparation and care of the remains of people who have died.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "3334",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3334",
         "title": "Obtain information needed to complete legal documents, such as death certificates or burial permits.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "3343",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3343",
         "title": "Perform embalming duties, as necessary.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "3332",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3332",
         "title": "Consult with families or friends of the deceased to arrange funeral details, such as obituary notice wording, casket selection, or plans for services.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "21009",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/21009",
         "title": "Remove deceased remains from place of death.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "3336",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3336",
         "title": "Contact cemeteries to schedule the opening and closing of graves.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "15200",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/15200",
         "title": "Plan, schedule, or coordinate funerals, burials, or cremations, arranging details such as floral delivery or the time and place of services.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "3340",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3340",
         "title": "Close caskets and lead funeral corteges to churches or burial sites.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "3337",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3337",
         "title": "Provide information on funeral service options, products, or merchandise, and maintain a casket display area.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "3339",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3339",
         "title": "Offer counsel and comfort to bereaved families or friends.",
         "importance": 86,
         "category": "Core"
      }
   ]
}