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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9428",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9428",
         "title": "Take, receive, or check periodic inmate counts."
      },
      {
         "id": "9429",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9429",
         "title": "Maintain order, discipline, and security within assigned areas in accordance with relevant rules, regulations, policies, and laws."
      },
      {
         "id": "9431",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9431",
         "title": "Maintain knowledge of, comply with, and enforce all institutional policies, rules, procedures, and regulations."
      },
      {
         "id": "9430",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9430",
         "title": "Respond to emergencies, such as escapes."
      },
      {
         "id": "9432",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9432",
         "title": "Supervise and direct the work of correctional officers to ensure the safe custody, discipline, and welfare of inmates."
      }
   ]
}