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-1065.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-1065.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6032",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1065.00/related/tasks/6032",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as classical political thought, international relations, and democracy and citizenship."
      },
      {
         "id": "6036",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1065.00/related/tasks/6036",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences."
      },
      {
         "id": "6033",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1065.00/related/tasks/6033",
         "title": "Evaluate and grade students' class work, assignments, and papers."
      },
      {
         "id": "6031",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1065.00/related/tasks/6031",
         "title": "Initiate, facilitate, and moderate classroom discussions."
      },
      {
         "id": "6037",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1065.00/related/tasks/6037",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction."
      }
   ]
}