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-1043.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-1043.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5829",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5829",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5824",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5824",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics, such as forest resource policy, forest pathology, and mapping.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5825",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5825",
         "title": "Evaluate and grade students' class work, assignments, and papers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5833",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5833",
         "title": "Supervise students' laboratory or field work.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5834",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5834",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5823",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5823",
         "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": "5827",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5827",
         "title": "Supervise undergraduate or graduate teaching, internship, and research work.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "5835",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5835",
         "title": "Collaborate with colleagues to address teaching and research issues.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5830",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5830",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5832",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1043.00/related/tasks/5832",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 80,
         "category": "Core"
      }
   ]
}