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-2032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6673",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6673",
         "title": "Instruct students individually and in groups, using various teaching methods, such as lectures, discussions, and demonstrations.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "6674",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6674",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6675",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6675",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6687",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6687",
         "title": "Prepare objectives and outlines for courses of study, following curriculum guidelines or requirements of states and schools.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6677",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6677",
         "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": 85,
         "category": "Core"
      },
      {
         "id": "6682",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6682",
         "title": "Establish clear objectives for all lessons, units, and projects, and communicate those objectives to students.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6672",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6672",
         "title": "Maintain accurate and complete student records as required by law, district policy, and administrative regulations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6676",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6676",
         "title": "Instruct and monitor students in the use and care of equipment and materials to prevent injury and damage.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6671",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6671",
         "title": "Prepare materials and classroom for class activities.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6680",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2032.00/related/tasks/6680",
         "title": "Assign and grade class work and homework.",
         "importance": 82,
         "category": "Core"
      }
   ]
}