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-1012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "566",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/566",
         "title": "Supervise and coordinate the investigation of criminal cases, offering guidance and expertise to investigators, and ensuring that procedures are conducted in accordance with laws and regulations.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "574",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/574",
         "title": "Prepare work schedules and assign duties to subordinates.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "571",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/571",
         "title": "Direct collection, preparation, and handling of evidence and personal property of prisoners.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "567",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/567",
         "title": "Investigate and resolve personnel problems within organization and charges of misconduct against staff.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "564",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/564",
         "title": "Explain police operations to subordinates to assist them in performing their job duties.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "569",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/569",
         "title": "Maintain logs, prepare reports, and direct the preparation, handling, and maintenance of departmental records.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "565",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/565",
         "title": "Inform personnel of changes in regulations and policies, implications of new or amended laws, and new techniques of police work.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "568",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/568",
         "title": "Train staff in proper police work procedures.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "575",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/575",
         "title": "Discipline staff for violation of department rules and regulations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "570",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/related/tasks/570",
         "title": "Monitor and evaluate the job performance of subordinates, and authorize promotions and transfers.",
         "importance": 76,
         "category": "Core"
      }
   ]
}