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-3021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "968",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/968",
         "title": "Direct daily operations of department, analyzing workflow, establishing priorities, developing standards and setting deadlines.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "975",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/975",
         "title": "Meet with department heads, managers, supervisors, vendors, and others, to solicit cooperation and resolve problems.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "978",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/978",
         "title": "Review project plans to plan and coordinate project activity.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "969",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/969",
         "title": "Assign and review the work of systems analysts, programmers, and other computer-related workers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15198",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/15198",
         "title": "Provide users with technical support for computer problems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "971",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/971",
         "title": "Develop computer information resources, providing for data security and control, strategic computing, and disaster recovery.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "977",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/977",
         "title": "Recruit, hire, train and supervise staff, or participate in staffing decisions.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "970",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/970",
         "title": "Stay abreast of advances in technology.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "967",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/967",
         "title": "Consult with users, management, vendors, and technicians to assess computing needs and system requirements.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "976",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3021.00/related/tasks/976",
         "title": "Develop and interpret organizational goals, policies, and procedures.",
         "importance": 68,
         "category": "Core"
      }
   ]
}