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

URL:
https://api-v2.onetcenter.org/online/occupations/11-2021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "957",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2021.00/related/tasks/957",
         "title": "Compile lists describing product or service offerings."
      }
   ]
}