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.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "18708",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/18708",
         "title": "Maintain records of evidence and write and review reports.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "2125",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2125",
         "title": "Package, store and retrieve evidence.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18709",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/18709",
         "title": "Submit evidence to supervisors, crime labs, or court officials for legal proceedings.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2121",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2121",
         "title": "Testify in court and present evidence.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "21036",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/21036",
         "title": "Analyze and process evidence at crime scenes, during autopsies, or in the laboratory, wearing protective equipment and using powders and chemicals.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2123",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2123",
         "title": "Look for trace evidence, such as fingerprints, hairs, fibers, or shoe impressions, using alternative light sources when necessary.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "2120",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2120",
         "title": "Photograph crime or accident scenes for evidence records.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2122",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2122",
         "title": "Dust selected areas of crime scene and lift latent fingerprints, adhering to proper preservation procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "21037",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/21037",
         "title": "Create sketches and diagrams, by hand or computer software, to depict crime scenes.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "18711",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/18711",
         "title": "Serve as technical advisor and coordinate with other law enforcement workers or legal personnel to exchange information on crime scene collection activities.",
         "importance": 69,
         "category": "Core"
      }
   ]
}