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/13-1041.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8915",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/related/tasks/8915",
         "title": "Complete death certificates, including the assignment of cause and manner of death."
      },
      {
         "id": "8912",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/related/tasks/8912",
         "title": "Perform medicolegal examinations and autopsies, conducting preliminary examinations of the body to identify victims, locate signs of trauma, and identify factors that would indicate time of death."
      },
      {
         "id": "8921",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/related/tasks/8921",
         "title": "Interview persons present at death scenes to obtain information useful in determining the manner of death."
      },
      {
         "id": "8916",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/related/tasks/8916",
         "title": "Observe and record the positions and conditions of bodies and related evidence."
      },
      {
         "id": "8923",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.06/related/tasks/8923",
         "title": "Provide information concerning the circumstances of death to relatives of the deceased."
      }
   ]
}