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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "5235",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5235",
         "title": "Recruit, hire, train, and terminate departmental personnel.",
         "importance": 75,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 73,
         "category": "Core"
      },
      {
         "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.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "18595",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/18595",
         "title": "Formulate strategic plans for the institution.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5240",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5240",
         "title": "Establish operational policies and procedures and make any necessary modifications, based on analysis of operations, demographics, and other research information.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5239",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5239",
         "title": "Provide assistance to faculty and staff in duties such as teaching classes, conducting orientation programs, issuing transcripts, and scheduling events.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "5237",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/5237",
         "title": "Represent institutions at community and campus events, in meetings with other institution personnel, and during accreditation processes.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "21042",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9033.00/related/tasks/21042",
         "title": "Prepare reports on academic or institutional data.",
         "importance": 69,
         "category": "Core"
      }
   ]
}