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-9031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6871",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6871",
         "title": "Observe work of teaching staff to evaluate performance and to recommend changes that could strengthen teaching skills.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6864",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6864",
         "title": "Plan and conduct teacher training programs and conferences dealing with new classroom procedures, instructional materials and equipment, and teaching aids.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6867",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6867",
         "title": "Interpret and enforce provisions of state education codes and rules and regulations of state education boards.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "6863",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6863",
         "title": "Conduct or participate in workshops, committees, and conferences designed to promote the intellectual, social, and physical welfare of students.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "6865",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6865",
         "title": "Advise teaching and administrative staff in curriculum development, use of materials and equipment, and implementation of state and federal programs and procedures.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "6877",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6877",
         "title": "Advise and teach students.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "6866",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6866",
         "title": "Recommend, order, or authorize purchase of instructional materials, supplies, equipment, and visual aids designed to meet student educational needs and district standards.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "6875",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6875",
         "title": "Update the content of educational programs to ensure that students are being trained with equipment and processes that are technologically current.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "6876",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6876",
         "title": "Address public audiences to explain program objectives and to elicit support.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "6870",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/related/tasks/6870",
         "title": "Research, evaluate, and prepare recommendations on curricula, instructional methods, and materials for school systems.",
         "importance": 67,
         "category": "Core"
      }
   ]
}