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-1067.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6076",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6076",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6078",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6078",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6079",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6079",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6077",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6077",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as race and ethnic relations, measurement and data collection, and workplace social relations.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6080",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6080",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6081",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6081",
         "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": "6087",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6087",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6084",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6084",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6082",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6082",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6089",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1067.00/related/tasks/6089",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 73,
         "category": "Core"
      }
   ]
}