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/41-9031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9682",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9682",
         "title": "Develop, present, or respond to proposals for specific customer requirements, including request for proposal responses and industry-specific solutions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9680",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9680",
         "title": "Collaborate with sales teams to understand customer requirements, to promote the sale of company products, and to provide sales support.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "9690",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9690",
         "title": "Create sales or service contracts for products or services.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9689",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9689",
         "title": "Visit prospective buyers at commercial, industrial, or other establishments to show samples or catalogs, and to inform them about product pricing, availability, and advantages.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "9692",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9692",
         "title": "Keep informed on industry news and trends, products, services, competitors, relevant information about legacy, existing, and emerging technologies, and the latest product-line developments.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9697",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9697",
         "title": "Identify resale opportunities and support them to achieve sales plans.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9679",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9679",
         "title": "Confer with customers and engineers to assess equipment needs and to determine system requirements.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9678",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9678",
         "title": "Plan and modify product configurations to meet customer needs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9686",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9686",
         "title": "Prepare and deliver technical presentations that explain products or services to customers and prospective customers.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "9685",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9685",
         "title": "Recommend improved materials or machinery to customers, documenting how such changes will lower costs or increase production.",
         "importance": 73,
         "category": "Core"
      }
   ]
}