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-9033.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21041",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/21041",
         "title": "Design or use assessments to monitor student learning outcomes."
      },
      {
         "id": "5235",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5235",
         "title": "Recruit, hire, train, and terminate departmental personnel."
      },
      {
         "id": "18594",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/18594",
         "title": "Direct, coordinate, and evaluate the activities of personnel, including support staff engaged in administering academic institutions, departments, or alumni organizations."
      },
      {
         "id": "18593",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/18593",
         "title": "Advise students on issues such as course selection, progress toward graduation, and career decisions."
      },
      {
         "id": "5236",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5236",
         "title": "Plan, administer, and control budgets, maintain financial records, and produce financial reports."
      }
   ]
}