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-1071.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6103",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6103",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6100",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6100",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6102",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6102",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6109",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6109",
         "title": "Supervise laboratory sessions.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6101",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6101",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6110",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6110",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6099",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6099",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6105",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6105",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "6106",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6106",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "6113",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1071.00/related/tasks/6113",
         "title": "Participate in student recruitment, registration, and placement activities.",
         "importance": 72,
         "category": "Core"
      }
   ]
}