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

URL:
https://api-v2.onetcenter.org/online/occupations/25-2022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6581",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6581",
         "title": "Prepare materials and classrooms for class activities.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6580",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6580",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6575",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6575",
         "title": "Instruct through lectures, discussions, and demonstrations in one or more subjects, such as English, mathematics, or social studies.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6576",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6576",
         "title": "Prepare, administer, and grade tests and assignments to evaluate students' progress.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "6573",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6573",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order among students.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6577",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6577",
         "title": "Establish clear objectives for all lessons, units, and projects, and communicate these objectives to students.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6582",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6582",
         "title": "Assign lessons and correct homework.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18638",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/18638",
         "title": "Assist students who need extra help, such as by tutoring and preparing and implementing remedial programs.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6584",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6584",
         "title": "Confer with parents or guardians, other teachers, counselors, and administrators to resolve students' behavioral and academic problems.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "6579",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2022.00/related/tasks/6579",
         "title": "Maintain accurate, complete, and correct student records as required by laws, district policies, and administrative regulations.",
         "importance": 78,
         "category": "Core"
      }
   ]
}