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-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 38,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6540",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6540",
         "title": "Instruct students individually and in groups, using teaching methods such as lectures, discussions, and demonstrations."
      },
      {
         "id": "6535",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6535",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among the students."
      },
      {
         "id": "6549",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6549",
         "title": "Guide and counsel students with adjustment or academic problems or with special academic interests."
      },
      {
         "id": "6538",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6538",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests."
      },
      {
         "id": "6539",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6539",
         "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."
      }
   ]
}