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-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "8823",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8823",
         "title": "Direct or coordinate an organization's financial or budget activities to fund operations, maximize investments, or increase efficiency.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8824",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8824",
         "title": "Confer with board members, organization officials, or staff members to discuss issues, coordinate activities, or resolve problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8827",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8827",
         "title": "Prepare budgets for approval, including those for funding or implementation of programs.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8826",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8826",
         "title": "Direct, plan, or implement policies, objectives, or activities of organizations or businesses to ensure continuing operations, to maximize returns on investments, or to increase productivity.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "8834",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8834",
         "title": "Prepare or present reports concerning activities, expenses, budgets, government statutes or rulings, or other items affecting businesses or program services.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8836",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8836",
         "title": "Implement corrective action plans to solve organizational or departmental problems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8825",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8825",
         "title": "Analyze operations to evaluate performance of a company or its staff in meeting objectives or to determine areas of potential cost reduction, program improvement, or policy change.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8828",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8828",
         "title": "Direct or coordinate activities of businesses or departments concerned with production, pricing, sales, or distribution of products.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8832",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8832",
         "title": "Direct human resources activities, including the approval of human resource plans or activities, the selection of directors or other high-level staff, or establishment or organization of major departments.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8831",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/related/tasks/8831",
         "title": "Appoint department heads or managers and assign or delegate responsibilities to them.",
         "importance": 77,
         "category": "Core"
      }
   ]
}