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