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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}