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-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8668",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8668",
         "title": "Instruct students individually and in groups, using various teaching methods, such as lectures, discussions, and demonstrations."
      },
      {
         "id": "8664",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8664",
         "title": "Adapt teaching methods and instructional materials to meet students' varying needs and interests."
      },
      {
         "id": "8671",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8671",
         "title": "Prepare students for further development by encouraging them to explore learning opportunities and to persevere with challenging tasks."
      },
      {
         "id": "8667",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8667",
         "title": "Observe students to determine qualifications, limitations, abilities, interests, and other individual characteristics."
      },
      {
         "id": "8676",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-3021.00/related/tasks/8676",
         "title": "Maintain accurate and complete student records as required by administrative policy."
      }
   ]
}