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-1041.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-1041.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5778",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5778",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5785",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5785",
         "title": "Advise students on academic and vocational curricula and on career issues.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5783",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5783",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5782",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5782",
         "title": "Supervise laboratory sessions and field work and coordinate laboratory operations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5781",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5781",
         "title": "Conduct research in a particular field of knowledge and publish findings in professional journals, books, or electronic media.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5779",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5779",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as crop production, plant genetics, and soil chemistry.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5789",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5789",
         "title": "Collaborate with colleagues to address teaching and research issues.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5776",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5776",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5777",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5777",
         "title": "Evaluate and grade students' class work, laboratory work, assignments, and papers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5790",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1041.00/related/tasks/5790",
         "title": "Maintain regularly scheduled office hours to advise and assist students.",
         "importance": 76,
         "category": "Core"
      }
   ]
}