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/19-3034.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "5446",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5446",
         "title": "Compile and interpret students' test results, along with information from teachers and parents, to diagnose conditions and to help assess eligibility for special services.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5455",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5455",
         "title": "Maintain student records, including special education reports, confidential records, records of services provided, and behavioral data.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5447",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5447",
         "title": "Report any pertinent information to the proper authorities in cases of child endangerment, neglect, or abuse.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "5449",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5449",
         "title": "Select, administer, and score psychological tests.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "18619",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/18619",
         "title": "Interpret test results and prepare psychological reports for teachers, administrators, and parents.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5448",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5448",
         "title": "Assess an individual child's needs, limitations, and potential, using observation, review of school records, and consultation with parents and school personnel.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5454",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5454",
         "title": "Develop individualized educational plans in collaboration with teachers and other staff members.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5453",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5453",
         "title": "Counsel children and families to help solve conflicts and problems in learning and adjustment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "5461",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5461",
         "title": "Collect and analyze data to evaluate the effectiveness of academic programs and other services, such as behavioral management systems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5450",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3034.00/related/tasks/5450",
         "title": "Provide consultation to parents, teachers, administrators, and others on topics such as learning styles and behavior modification techniques.",
         "importance": 76,
         "category": "Core"
      }
   ]
}