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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/1",
         "title": "Resolve customer complaints regarding sales and service.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "4",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/4",
         "title": "Determine price schedules and discount rates.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "9",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/9",
         "title": "Prepare budgets and approve budget expenditures.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "2",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/2",
         "title": "Monitor customer preferences to determine focus of sales efforts.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "11",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/11",
         "title": "Plan and direct staffing, training, and performance evaluations to develop and control sales and service programs.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "6",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/6",
         "title": "Direct, coordinate, and review sales and service accounting and record-keeping, as well as receiving and shipping.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "15",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2022.00/related/tasks/15",
         "title": "Direct clerical staff to keep records of export correspondence, bid requests, and credit collections, and to maintain current information on tariffs, licenses, and restrictions.",
         "importance": 60,
         "category": "Core"
      }
   ]
}