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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "9430",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9430",
         "title": "Respond to emergencies, such as escapes.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9434",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9434",
         "title": "Supervise or perform searches of inmates or their quarters to locate contraband items.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9435",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9435",
         "title": "Monitor behavior of subordinates to ensure alert, courteous, and professional behavior toward inmates, parolees, fellow employees, visitors, and the public.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9433",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9433",
         "title": "Restrain, secure, or control offenders, using chemical agents, firearms, or other weapons of force as necessary.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9440",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9440",
         "title": "Carry injured offenders or employees to safety and provide emergency first aid when necessary.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9436",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1011.00/related/tasks/9436",
         "title": "Complete administrative paperwork or supervise the preparation or maintenance of records, forms, or reports.",
         "importance": 84,
         "category": "Core"
      }
   ]
}