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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}