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-3021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8668",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8668",
         "title": "Instruct students individually and in groups, using various teaching methods, such as lectures, discussions, and demonstrations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "8664",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8664",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8671",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8671",
         "title": "Prepare students for further development by encouraging them to explore learning opportunities and to persevere with challenging tasks.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "8667",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8667",
         "title": "Observe students to determine qualifications, limitations, abilities, interests, and other individual characteristics.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8676",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8676",
         "title": "Maintain accurate and complete student records as required by administrative policy.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8666",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8666",
         "title": "Monitor students' performance to make suggestions for improvement and to ensure that they satisfy course standards, training requirements, and objectives.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8683",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8683",
         "title": "Prepare and administer written, oral, and performance tests, and issue grades in accordance with performance.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8669",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8669",
         "title": "Establish clear objectives for all lessons, units, and projects and communicate those objectives to students.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8675",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8675",
         "title": "Prepare instructional program objectives, outlines, and lesson plans.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "8681",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8681",
         "title": "Confer with other teachers and professionals to plan and schedule lessons promoting learning and development.",
         "importance": 71,
         "category": "Core"
      }
   ]
}