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-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 37,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6499",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6499",
         "title": "Establish and enforce rules for behavior and policies and procedures to maintain order among students.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "6507",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6507",
         "title": "Prepare children for later grades by encouraging them to explore learning opportunities and to persevere with challenging tasks.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "6501",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6501",
         "title": "Instruct students individually and in groups, adapting teaching methods to meet students' varying needs and interests.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "6498",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6498",
         "title": "Teach basic skills, such as color, shape, number and letter recognition, personal hygiene, and social skills.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6503",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6503",
         "title": "Demonstrate activities to children.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6502",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6502",
         "title": "Read books to entire classes or to small groups.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6513",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6513",
         "title": "Guide and counsel students with adjustment or academic problems or special academic interests.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6500",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6500",
         "title": "Observe and evaluate children's performance, behavior, social development, and physical health.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6504",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6504",
         "title": "Provide a variety of materials and resources for children to explore, manipulate, and use, both in learning activities and in imaginative play.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6509",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2012.00/related/tasks/6509",
         "title": "Prepare and implement remedial programs for students requiring extra help.",
         "importance": 86,
         "category": "Core"
      }
   ]
}