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-1122.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-1122.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6288",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6288",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "6290",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6290",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6292",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6292",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "6289",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6289",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6291",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6291",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as public speaking, media criticism, and oral traditions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6293",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6293",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6294",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6294",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6295",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6295",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6297",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6297",
         "title": "Advise students on academic and vocational curricula and on career issues.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6299",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1122.00/related/tasks/6299",
         "title": "Select and obtain materials and supplies, such as textbooks.",
         "importance": 78,
         "category": "Core"
      }
   ]
}