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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "240",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/240",
         "title": "Counsel parents with child rearing problems, interviewing the child and family to determine whether further action is required.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "239",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/239",
         "title": "Consult with parents, teachers, and other school personnel to determine causes of problems, such as truancy and misbehavior, and to implement solutions.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "246",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/246",
         "title": "Arrange for medical, psychiatric, and other tests that may disclose causes of difficulties and indicate remedial measures.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "245",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/245",
         "title": "Refer clients to community resources for services, such as job placement, debt counseling, legal aid, housing, medical treatment, or financial assistance, and provide concrete information, such as where to go and how to apply.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "236",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-1021.00/related/tasks/236",
         "title": "Counsel individuals, groups, families, or communities regarding issues including mental health, poverty, unemployment, substance abuse, physical abuse, rehabilitation, social adjustment, child care, or medical care.",
         "importance": 75,
         "category": "Core"
      }
   ]
}