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-1194.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-1194.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6446",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6446",
         "title": "Observe and evaluate students' work to determine progress, provide feedback, and make suggestions for improvement.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6447",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6447",
         "title": "Present lectures and conduct discussions to increase students' knowledge and competence using visual aids, such as graphs, charts, videotapes, and slides.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6445",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6445",
         "title": "Supervise and monitor students' use of tools and equipment.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6448",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6448",
         "title": "Administer oral, written, or performance tests to measure progress and to evaluate training effectiveness.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6452",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6452",
         "title": "Provide individualized instruction and tutorial or remedial instruction.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6449",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6449",
         "title": "Prepare reports and maintain records, such as student grades, attendance rolls, and training activity details.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6454",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6454",
         "title": "Develop curricula and plan course content and methods of instruction.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6451",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6451",
         "title": "Determine training needs of students or workers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6450",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6450",
         "title": "Supervise independent or group projects, field placements, laboratory work, or other training.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6456",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1194.00/related/tasks/6456",
         "title": "Integrate academic and vocational curricula so that students can obtain a variety of skills.",
         "importance": 78,
         "category": "Core"
      }
   ]
}