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-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 37,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6825",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6825",
         "title": "Observe and evaluate students' work to determine progress and make suggestions for improvement.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6836",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6836",
         "title": "Observe students to determine qualifications, limitations, abilities, interests, and other individual characteristics.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6830",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6830",
         "title": "Establish clear objectives for all lessons, units, and projects and communicate those objectives to students.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6824",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6824",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs, abilities, and interests.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6832",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6832",
         "title": "Prepare students for further education by encouraging them to explore learning opportunities and to persevere with challenging tasks.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6829",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6829",
         "title": "Prepare materials and classrooms for class activities.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6827",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6827",
         "title": "Instruct students individually and in groups, using various teaching methods, such as lectures, discussions, and demonstrations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6826",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6826",
         "title": "Plan and conduct activities for a balanced program of instruction, demonstration, and work time that provides students with opportunities to observe, question, and investigate.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6835",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6835",
         "title": "Assign and grade class work and homework.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6828",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6828",
         "title": "Maintain accurate and complete student records as required by laws or administrative policies.",
         "importance": 78,
         "category": "Core"
      }
   ]
}