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/11-9031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "5193",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5193",
         "title": "Confer with parents and staff to discuss educational activities and policies and students' behavioral or learning problems.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5196",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5196",
         "title": "Monitor students' progress and provide students and teachers with assistance in resolving any problems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5198",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5198",
         "title": "Recruit, hire, train, and evaluate primary and supplemental staff and recommend personnel actions for programs and services.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "5204",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5204",
         "title": "Teach classes or courses or provide direct care to children.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5195",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5195",
         "title": "Set educational standards and goals and help establish policies, procedures, and programs to carry them out.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5202",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5202",
         "title": "Determine the scope of educational program offerings and prepare drafts of program schedules and descriptions to estimate staffing and facility requirements.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5197",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5197",
         "title": "Determine allocations of funds for staff, supplies, materials, and equipment and authorize purchases.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5199",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5199",
         "title": "Direct and coordinate activities of teachers or administrators at daycare centers, schools, public agencies, or institutions.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5194",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5194",
         "title": "Prepare and maintain attendance, activity, planning, accounting, or personnel reports and records for officials and agencies, or direct preparation and maintenance activities.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5200",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9031.00/related/tasks/5200",
         "title": "Plan, direct, and monitor instructional methods and content of educational, vocational, or student activity programs.",
         "importance": 73,
         "category": "Core"
      }
   ]
}