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-1081.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-1081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6148",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6148",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6160",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6160",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6159",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6159",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6154",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6154",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6153",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6153",
         "title": "Supervise students' fieldwork, internship, and research work.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6151",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6151",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6149",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6149",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as children's literature, learning and development, and reading instruction.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "6150",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6150",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "6158",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6158",
         "title": "Collaborate with colleagues to address teaching and research issues.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "6152",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1081.00/related/tasks/6152",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 74,
         "category": "Core"
      }
   ]
}