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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23029",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23029",
         "title": "Prepare reports that detail investigation findings.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23025",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23025",
         "title": "Prepare charges or responses to charges, or information for court cases, according to formalized procedures.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23026",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23026",
         "title": "Preserve, process, and analyze items of evidence obtained from crime scenes and suspects, placing them in proper containers and destroying evidence no longer needed.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23027",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23027",
         "title": "Obtain summary of incident from officer in charge at crime scene, taking care to avoid disturbing evidence.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23028",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23028",
         "title": "Note, mark, and photograph location of objects found, such as footprints, tire tracks, bullets and bloodstains, and take measurements of the scene.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23030",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.00/related/tasks/23030",
         "title": "Examine records and governmental agency files to find identifying data about suspects.",
         "importance": 86,
         "category": "Core"
      }
   ]
}