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-1053.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5895",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5895",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "5898",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5898",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5897",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5897",
         "title": "Supervise students' laboratory and field work.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5902",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5902",
         "title": "Advise students on academic and vocational curricula and on career issues.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5894",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5894",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5892",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5892",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5899",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5899",
         "title": "Plan, evaluate, and revise curricula, course content, and course materials and methods of instruction.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5900",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5900",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5893",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5893",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5904",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1053.00/related/tasks/5904",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 74,
         "category": "Core"
      }
   ]
}