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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "3343",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/3343",
         "title": "Perform embalming duties, as necessary."
      },
      {
         "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."
      },
      {
         "id": "21009",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-4031.00/related/tasks/21009",
         "title": "Remove deceased remains from place of death."
      }
   ]
}