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-1192.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-1192.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6400",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6400",
         "title": "Evaluate and grade students' class work, laboratory work, projects, assignments, and papers.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6403",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6403",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6402",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6402",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as food science, nutrition, and child care.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6404",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6404",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6401",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6401",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6406",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6406",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6407",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6407",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6405",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6405",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6409",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6409",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6408",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1192.00/related/tasks/6408",
         "title": "Advise students on academic and vocational curricula and on career issues.",
         "importance": 82,
         "category": "Core"
      }
   ]
}