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.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17555",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17555",
         "title": "Validate known intelligence with data from other sources."
      },
      {
         "id": "17549",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17549",
         "title": "Gather, analyze, correlate, or evaluate information from a variety of resources, such as law enforcement databases."
      },
      {
         "id": "17546",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17546",
         "title": "Evaluate records of communications, such as telephone calls, to plot activity and determine the size and location of criminal groups and members."
      },
      {
         "id": "17548",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17548",
         "title": "Gather intelligence information by field observation, confidential information sources, or public records."
      },
      {
         "id": "21199",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/21199",
         "title": "Analyze intelligence data to identify patterns and trends in criminal activity."
      }
   ]
}