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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "2125",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2125",
         "title": "Package, store and retrieve evidence."
      },
      {
         "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."
      },
      {
         "id": "2121",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.02/related/tasks/2121",
         "title": "Testify in court and present evidence."
      },
      {
         "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."
      }
   ]
}