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/15-2051.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16150",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/related/tasks/16150",
         "title": "Generate standard or custom reports summarizing business, financial, or economic data for review by executives, managers, clients, and other stakeholders."
      },
      {
         "id": "16139",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/related/tasks/16139",
         "title": "Maintain or update business intelligence tools, databases, dashboards, systems, or methods."
      },
      {
         "id": "16140",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/related/tasks/16140",
         "title": "Manage timely flow of business intelligence information to users."
      },
      {
         "id": "16134",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/related/tasks/16134",
         "title": "Provide technical support for existing reports, dashboards, or other tools."
      },
      {
         "id": "16141",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2051.01/related/tasks/16141",
         "title": "Identify and analyze industry or geographic trends with business strategy implications."
      }
   ]
}