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-9044.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10965",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10965",
         "title": "Teach undergraduate-level courses."
      },
      {
         "id": "10956",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10956",
         "title": "Evaluate and grade examinations, assignments, or papers, and record grades."
      },
      {
         "id": "10955",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10955",
         "title": "Lead discussion sections, tutorials, or laboratory sections."
      },
      {
         "id": "10967",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10967",
         "title": "Develop teaching materials, such as syllabi, visual aids, answer keys, supplementary notes, or course Web sites."
      },
      {
         "id": "10959",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-9044.00/related/tasks/10959",
         "title": "Inform students of the procedures for completing and submitting class work, such as lab reports."
      }
   ]
}