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/25-3041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "17027",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17027",
         "title": "Provide feedback to students, using positive reinforcement techniques to encourage, motivate, or build confidence in students.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17026",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17026",
         "title": "Review class material with students by discussing text, working solutions to problems, or reviewing worksheets or other assignments.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17034",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17034",
         "title": "Assess students' progress throughout tutoring sessions.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17036",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17036",
         "title": "Teach students study skills, note-taking skills, and test-taking strategies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17037",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17037",
         "title": "Provide private instruction to individual or small groups of students to improve academic performance, improve occupational skills, or prepare for academic or occupational tests.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17023",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17023",
         "title": "Participate in training and development sessions to improve tutoring practices or learn new tutoring techniques.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "17033",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17033",
         "title": "Collaborate with students, parents, teachers, school administrators, or counselors to determine student needs, develop tutoring plans, or assess student progress.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17025",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17025",
         "title": "Monitor student performance or assist students in academic environments, such as classrooms, laboratories, or computing centers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17020",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17020",
         "title": "Schedule tutoring appointments with students or their parents.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "17024",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17024",
         "title": "Organize tutoring environment to promote productivity and learning.",
         "importance": 73,
         "category": "Core"
      }
   ]
}