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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1092.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}