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-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5710",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5710",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "5709",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5709",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5711",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5711",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as linear algebra, differential equations, and discrete mathematics.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "5713",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5713",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5712",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5712",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5715",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5715",
         "title": "Plan, evaluate, and revise curricula, course content, and course materials and methods of instruction.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5714",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5714",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5716",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5716",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20060",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/20060",
         "title": "Keep abreast of developments and technological advances in the mathematical field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "5717",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1022.00/related/tasks/5717",
         "title": "Select and obtain materials and supplies, such as textbooks.",
         "importance": 66,
         "category": "Core"
      }
   ]
}