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/19-4092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1577",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/1577",
         "title": "Collect evidence from crime scenes, storing it in conditions that preserve its integrity.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "18478",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/18478",
         "title": "Keep records and prepare reports detailing findings, investigative methods, and laboratory techniques.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20399",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/20399",
         "title": "Use photographic or video equipment to document evidence or crime scenes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "1571",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/1571",
         "title": "Testify in court about investigative or analytical methods or findings.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "18479",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/18479",
         "title": "Use chemicals or other substances to examine latent fingerprint evidence and compare developed prints to those of known persons in databases.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23965",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/23965",
         "title": "Measure and sketch crime scenes to document evidence.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1584",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/1584",
         "title": "Visit morgues, examine scenes of crimes, or contact other sources to obtain evidence or information to be used in investigations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18481",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/18481",
         "title": "Train new technicians or other personnel on forensic science techniques.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "1574",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/1574",
         "title": "Operate and maintain laboratory equipment and apparatus.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "1582",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-4092.00/related/tasks/1582",
         "title": "Collect impressions of dust from surfaces to obtain and identify fingerprints.",
         "importance": 77,
         "category": "Core"
      }
   ]
}