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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 38,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6540",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6540",
         "title": "Instruct students individually and in groups, using teaching methods such as lectures, discussions, and demonstrations.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "6535",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6535",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among the students.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "6549",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6549",
         "title": "Guide and counsel students with adjustment or academic problems or with special academic interests.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6538",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6538",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "6539",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6539",
         "title": "Plan and conduct activities for a balanced program of instruction, demonstration, and work time that provides students with opportunities to observe, question, and investigate.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6537",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6537",
         "title": "Prepare materials and classrooms for class activities.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6543",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6543",
         "title": "Read books to entire classes or small groups.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6536",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6536",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6545",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6545",
         "title": "Confer with parents or guardians, teachers, counselors, and administrators to resolve students' behavioral and academic problems.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6546",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2021.00/related/tasks/6546",
         "title": "Meet with parents and guardians to discuss their children's progress and to determine priorities for their children and their resource needs.",
         "importance": 87,
         "category": "Core"
      }
   ]
}