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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17552",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17552",
         "title": "Prepare comprehensive written reports, presentations, maps, or charts, based on research, collection, and analysis of intelligence data.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17556",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17556",
         "title": "Collaborate with representatives from other government and intelligence organizations to share information or coordinate intelligence activities.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17550",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17550",
         "title": "Link or chart suspects to criminal organizations or events to determine activities and interrelationships.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17545",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/17545",
         "title": "Establish criminal profiles to aid in connecting criminal organizations with their members.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "23997",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3021.06/related/tasks/23997",
         "title": "Identify gaps in information.",
         "importance": 77,
         "category": "Core"
      }
   ]
}