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-1021.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-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "237",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/237",
         "title": "Maintain case history records and prepare reports."
      },
      {
         "id": "235",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/235",
         "title": "Interview clients individually, in families, or in groups, assessing their situations, capabilities, and problems to determine what services are required to meet their needs."
      },
      {
         "id": "250",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/250",
         "title": "Serve as liaisons between students, homes, schools, family services, child guidance clinics, courts, protective services, doctors, and other contacts to help children who face problems, such as disabilities, abuse, or poverty."
      },
      {
         "id": "241",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/241",
         "title": "Develop and review service plans in consultation with clients and perform follow-ups assessing the quantity and quality of services provided."
      },
      {
         "id": "243",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/243",
         "title": "Address legal issues, such as child abuse and discipline, assisting with hearings and providing testimony to inform custody arrangements."
      }
   ]
}