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-1031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5735",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/related/tasks/5735",
         "title": "Plan, evaluate, and revise curricula, course content, and course materials and methods of instruction."
      },
      {
         "id": "5733",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/related/tasks/5733",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts."
      },
      {
         "id": "5732",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/related/tasks/5732",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as architectural design methods, aesthetics and design, and structures and materials."
      },
      {
         "id": "5731",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/related/tasks/5731",
         "title": "Evaluate and grade students' work, including work performed in design studios."
      },
      {
         "id": "5737",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1031.00/related/tasks/5737",
         "title": "Maintain student attendance records, grades, and other required records."
      }
   ]
}