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-1124.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6335",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6335",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6337",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6337",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6334",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6334",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6336",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6336",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6340",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6340",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as how to speak and write a foreign language and the cultural aspects of areas where a particular language is used.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6345",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6345",
         "title": "Conduct research in a particular field of knowledge and publish findings in scholarly journals, books, or electronic media.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6343",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6343",
         "title": "Keep abreast of developments in their field by reading current literature, talking with colleagues, and participating in professional organizations and activities.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6338",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6338",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6341",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6341",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6339",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1124.00/related/tasks/6339",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 76,
         "category": "Core"
      }
   ]
}