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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "17034",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3041.00/related/tasks/17034",
         "title": "Assess students' progress throughout tutoring sessions."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}