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/33-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23021",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23021",
         "title": "Check victims for signs of life, such as breathing and pulse."
      },
      {
         "id": "23022",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23022",
         "title": "Obtain facts or statements from complainants, witnesses, and accused persons and record interviews, using recording device."
      },
      {
         "id": "23023",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23023",
         "title": "Secure deceased body and obtain evidence from it, preventing bystanders from tampering with it prior to medical examiner's arrival."
      },
      {
         "id": "23024",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23024",
         "title": "Record progress of investigation, maintain informational files on suspects, and submit reports to commanding officer or magistrate to authorize warrants."
      },
      {
         "id": "23029",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23029",
         "title": "Prepare reports that detail investigation findings."
      }
   ]
}