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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "951",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/951",
         "title": "Identify, develop, or evaluate marketing strategy, based on knowledge of establishment objectives, market characteristics, and cost and markup factors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20709",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/20709",
         "title": "Formulate, direct, or coordinate marketing activities or policies to promote products or services, working with advertising or promotion managers.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "952",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/952",
         "title": "Evaluate the financial aspects of product development, such as budgets, expenditures, research and development appropriations, or return-on-investment and profit-loss projections.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "950",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/950",
         "title": "Develop pricing strategies, balancing firm objectives and customer satisfaction.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "957",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/957",
         "title": "Compile lists describing product or service offerings.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "954",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/954",
         "title": "Direct the hiring, training, or performance evaluations of marketing or sales staff and oversee their daily activities.",
         "importance": 67,
         "category": "Core"
      },
      {
         "id": "956",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/956",
         "title": "Consult with product development personnel on product specifications, such as design, color, or packaging.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "958",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/958",
         "title": "Use sales forecasting or strategic planning to ensure the sale and profitability of products, lines, or services, analyzing business developments and monitoring market trends.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "955",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/955",
         "title": "Negotiate contracts with vendors or distributors to manage product distribution, establishing distribution networks or developing distribution strategies.",
         "importance": 63,
         "category": "Core"
      },
      {
         "id": "961",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/961",
         "title": "Coordinate or participate in promotional activities or trade shows, working with developers, advertisers, or production managers, to market products or services.",
         "importance": 60,
         "category": "Core"
      }
   ]
}