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-9044.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10965",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10965",
         "title": "Teach undergraduate-level courses.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "10956",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10956",
         "title": "Evaluate and grade examinations, assignments, or papers, and record grades.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "10955",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10955",
         "title": "Lead discussion sections, tutorials, or laboratory sections.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10967",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10967",
         "title": "Develop teaching materials, such as syllabi, visual aids, answer keys, supplementary notes, or course Web sites.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "10959",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10959",
         "title": "Inform students of the procedures for completing and submitting class work, such as lab reports.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "10957",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10957",
         "title": "Return assignments to students in accordance with established deadlines.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10960",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10960",
         "title": "Prepare or proctor examinations.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20878",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/20878",
         "title": "Tutor or mentor students who need additional instruction.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "10962",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10962",
         "title": "Meet with supervisors to discuss students' grades or to complete required grade-related paperwork.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "10958",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10958",
         "title": "Schedule and maintain regular office hours to meet with students.",
         "importance": 67,
         "category": "Core"
      }
   ]
}