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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 34,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6466",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6466",
         "title": "Teach basic skills, such as color, shape, number and letter recognition, personal hygiene, and social skills.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "6467",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6467",
         "title": "Establish and enforce rules for behavior and procedures for maintaining order.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6478",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6478",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6464",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6464",
         "title": "Provide a variety of materials and resources for children to explore, manipulate, and use, both in learning activities and in imaginative play.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6476",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6476",
         "title": "Serve meals and snacks in accordance with nutritional guidelines.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6465",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6465",
         "title": "Attend to children's basic needs by feeding them, dressing them, and changing their diapers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6472",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6472",
         "title": "Meet with parents and guardians to discuss their children's progress and needs, determine their priorities for their children, and suggest ways that they can promote learning and development.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "6469",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6469",
         "title": "Organize and lead activities designed to promote physical, mental, and social development, such as games, arts and crafts, music, storytelling, and field trips.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6471",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6471",
         "title": "Identify children showing signs of emotional, developmental, or health-related problems and discuss them with supervisors, parents or guardians, and child development specialists.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6482",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-2011.00/related/tasks/6482",
         "title": "Maintain accurate and complete student records as required by laws, district policies, and administrative regulations.",
         "importance": 86,
         "category": "Core"
      }
   ]
}