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-2023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6610",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6610",
         "title": "Instruct students individually and in groups, using various teaching methods, such as lectures, discussions, and demonstrations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6612",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6612",
         "title": "Prepare materials and classrooms for class activities.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6615",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6615",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6608",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6608",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6613",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6613",
         "title": "Establish clear objectives for all lessons, units, and projects, and communicate those objectives to students.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6622",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6622",
         "title": "Prepare students for later educational experiences by encouraging them to explore learning opportunities and to persevere with challenging tasks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6611",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6611",
         "title": "Maintain accurate and complete student records as required by laws, district policies, and administrative regulations.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6609",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6609",
         "title": "Instruct and monitor students in the use and care of equipment and materials to prevent injuries and damage.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6618",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6618",
         "title": "Assign and grade class work and homework.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6617",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2023.00/related/tasks/6617",
         "title": "Enforce all administration policies and rules governing students.",
         "importance": 81,
         "category": "Core"
      }
   ]
}