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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5662",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5662",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as financial accounting, principles of marketing, and operations management.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5663",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5663",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5667",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5667",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5665",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5665",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5670",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5670",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional organizations and conferences.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5668",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5668",
         "title": "Plan, evaluate, and revise curricula, course content, and course materials and methods of instruction.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "5666",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5666",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5681",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5681",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5664",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5664",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5669",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1011.00/related/tasks/5669",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 79,
         "category": "Core"
      }
   ]
}