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-4011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11240",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11240",
         "title": "Negotiate prices or terms of sales or service agreements.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20608",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/20608",
         "title": "Prepare and submit sales contracts for orders.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11251",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11251",
         "title": "Visit establishments to evaluate needs or to promote product or service sales.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11241",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11241",
         "title": "Maintain customer records, using automated systems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11237",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11237",
         "title": "Answer customers' questions about products, prices, availability, or credit terms.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "11238",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11238",
         "title": "Quote prices, credit terms, or other bid specifications.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20609",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/20609",
         "title": "Contact new or existing customers to discuss how specific products or services can meet their needs.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11239",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11239",
         "title": "Emphasize product features, based on analyses of customers' needs and on technical knowledge of product capabilities and limitations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "11261",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/11261",
         "title": "Compute customer's installation or production costs and estimate savings from new services, products, or equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20610",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4011.00/related/tasks/20610",
         "title": "Select or assist customers in selecting products based on customer needs, product specifications, and applicable regulations.",
         "importance": 72,
         "category": "Core"
      }
   ]
}