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-2057.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 40,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6744",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6744",
         "title": "Establish and enforce rules for behavior and policies and procedures to maintain order among students.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "6750",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6750",
         "title": "Modify the general education curriculum for students with disabilities, based upon a variety of instructional techniques and instructional technology.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "21063",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/21063",
         "title": "Develop or write Individualized Education Programs (IEPs) for students.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6745",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6745",
         "title": "Maintain accurate and complete student records, and prepare reports on children and activities, as required by laws, district policies, and administrative regulations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6748",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6748",
         "title": "Develop and implement strategies to meet the needs of students with a variety of handicapping conditions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6749",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6749",
         "title": "Teach socially acceptable behavior, employing techniques such as behavior modification and positive reinforcement.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6752",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6752",
         "title": "Confer with parents or guardians, other teachers, counselors, and administrators to resolve students' behavioral and academic problems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6747",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6747",
         "title": "Confer with parents, administrators, testing specialists, social workers, and professionals to develop individual educational plans (IEPs) for students' educational, physical, and social development.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6758",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6758",
         "title": "Observe and evaluate students' performance, behavior, social development, and physical health.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6751",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2057.00/related/tasks/6751",
         "title": "Employ special educational strategies and techniques during instruction to improve the development of sensory- and perceptual-motor skills, language, cognition, and memory.",
         "importance": 85,
         "category": "Core"
      }
   ]
}