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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/3",
         "title": "Direct and coordinate activities involving sales of manufactured products, services, commodities, real estate, or other subjects of sale."
      },
      {
         "id": "1",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/1",
         "title": "Resolve customer complaints regarding sales and service."
      },
      {
         "id": "5",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/5",
         "title": "Review operational records and reports to project sales and determine profitability."
      },
      {
         "id": "14",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/14",
         "title": "Oversee regional and local sales managers and their staffs."
      },
      {
         "id": "4",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/4",
         "title": "Determine price schedules and discount rates."
      }
   ]
}