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-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 37,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6825",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6825",
         "title": "Observe and evaluate students' work to determine progress and make suggestions for improvement."
      },
      {
         "id": "6836",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6836",
         "title": "Observe students to determine qualifications, limitations, abilities, interests, and other individual characteristics."
      },
      {
         "id": "6830",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6830",
         "title": "Establish clear objectives for all lessons, units, and projects and communicate those objectives to students."
      },
      {
         "id": "6824",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6824",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs, abilities, and interests."
      },
      {
         "id": "6832",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3011.00/related/tasks/6832",
         "title": "Prepare students for further education by encouraging them to explore learning opportunities and to persevere with challenging tasks."
      }
   ]
}