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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-1011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}