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-1054.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-1054.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5915",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5915",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5920",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5920",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5917",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5917",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5916",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5916",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as quantum mechanics, particle physics, and optics.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5921",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5921",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5922",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5922",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5925",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5925",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5918",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5918",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5924",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5924",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5919",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1054.00/related/tasks/5919",
         "title": "Supervise students' laboratory work.",
         "importance": 78,
         "category": "Core"
      }
   ]
}