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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "2102",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3012.00/related/tasks/2102",
         "title": "Guard facility entrances to screen visitors."
      }
   ]
}