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-1066.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6053",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6053",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as abnormal psychology, cognitive processes, and work motivation.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6055",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6055",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6054",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6054",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6057",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6057",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6056",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6056",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6058",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6058",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6061",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6061",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21119",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/21119",
         "title": "Recruit and hire new faculty.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "6059",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6059",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "6063",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1066.00/related/tasks/6063",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 73,
         "category": "Core"
      }
   ]
}