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/11-9171.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18832",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18832",
         "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": 96,
         "category": "Core"
      },
      {
         "id": "18842",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18842",
         "title": "Schedule funerals, burials, or cremations.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "23984",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/23984",
         "title": "Deliver death certificates to medical facilities or offices to obtain signatures from legally authorized persons.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "18837",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18837",
         "title": "Offer counsel and comfort to families and friends of the deceased.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "18835",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18835",
         "title": "Monitor funeral service operations to ensure that they comply with applicable policies, regulations, and laws.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18833",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18833",
         "title": "Direct and supervise work of embalmers, funeral attendants, death certificate clerks, cosmetologists, or other staff.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18846",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18846",
         "title": "Complete and maintain records, such as state-required documents, tracking documents, or product inventories.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18843",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18843",
         "title": "Sell funeral services, products, or merchandise to clients.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18838",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18838",
         "title": "Plan and implement changes to service offerings to meet community needs or increase funeral home revenues.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18840",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18840",
         "title": "Respond to customer complaints, legal inquiries, payment negotiations, or other post-service matters.",
         "importance": 72,
         "category": "Core"
      }
   ]
}