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-3012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15252",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15252",
         "title": "Conduct head counts to ensure that each prisoner is present.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "15254",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15254",
         "title": "Inspect conditions of locks, window bars, grills, doors, and gates at correctional facilities to ensure security and help prevent escapes.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "15253",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15253",
         "title": "Monitor conduct of prisoners in housing unit, or during work or recreational activities, according to established policies, regulations, and procedures, to prevent escape or violence.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15256",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15256",
         "title": "Search prisoners and vehicles and conduct shakedowns of cells for valuables and contraband, such as weapons or drugs.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2102",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/2102",
         "title": "Guard facility entrances to screen visitors.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "15255",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15255",
         "title": "Record information, such as prisoner identification, charges, and incidents of inmate disturbance, keeping daily logs of prisoner activities.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2104",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/2104",
         "title": "Inspect mail for the presence of contraband.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2117",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/2117",
         "title": "Maintain records of prisoners' identification and charges.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2107",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/2107",
         "title": "Use weapons, handcuffs, and physical force to maintain discipline and order among prisoners.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15261",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/15261",
         "title": "Use nondisciplinary tools and equipment, such as a computer.",
         "importance": 81,
         "category": "Core"
      }
   ]
}