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-1021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5688",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5688",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5689",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5689",
         "title": "Compile, administer, and grade examinations or assign this work to others.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5687",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5687",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as programming, data structures, and software design.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5685",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5685",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5686",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5686",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5690",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5690",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5692",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5692",
         "title": "Plan, evaluate, and revise curricula, course content, and course materials and methods of instruction.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5694",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5694",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5696",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5696",
         "title": "Advise students on academic and vocational curricula and on career issues.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5691",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1021.00/related/tasks/5691",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 74,
         "category": "Core"
      }
   ]
}