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/21-1092.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1614",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1614",
         "title": "Prepare and maintain case folder for each assigned inmate or offender.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1618",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1618",
         "title": "Gather information about offenders' backgrounds by talking to offenders, their families and friends, and other people who have relevant information.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1625",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1625",
         "title": "Interview probationers and parolees regularly to evaluate their progress in accomplishing goals and maintaining the terms specified in their probation contracts and rehabilitation plans.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1617",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1617",
         "title": "Discuss with offenders how such issues as drug and alcohol abuse and anger management problems might have played roles in their criminal behavior.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20056",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/20056",
         "title": "Supervise people on community-based sentences, such as electronically monitored home detention, and provide field supervision of probationers by conducting curfew checks or visits to home, work, or school.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1628",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1628",
         "title": "Investigate alleged parole violations, using interviews, surveillance, and search and seizure.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1624",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1624",
         "title": "Recommend remedial action or initiate court action in response to noncompliance with terms of probation or parole.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1621",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1621",
         "title": "Arrange for medical, mental health, or substance abuse treatment services according to individual needs or court orders.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1620",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/1620",
         "title": "Develop liaisons and networks with other parole officers, community agencies, correctional institutions, psychiatric facilities, and aftercare agencies to plan for helping offenders with life adjustments.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20055",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/related/tasks/20055",
         "title": "Administer drug and alcohol tests, including random drug screens of offenders, to verify compliance with substance abuse treatment programs.",
         "importance": 83,
         "category": "Core"
      }
   ]
}