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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "18842",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9171.00/related/tasks/18842",
         "title": "Schedule funerals, burials, or cremations."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}