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-4012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "8113",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8113",
         "title": "Answer customers' questions about products, prices, availability, product uses, and credit terms.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8114",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8114",
         "title": "Recommend products to customers, based on customers' needs and interests.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8116",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8116",
         "title": "Estimate or quote prices, credit or contract terms, warranties, and delivery dates.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "8117",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8117",
         "title": "Consult with clients after sales or contract signings to resolve problems and to provide ongoing support.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20267",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/20267",
         "title": "Prepare sales contracts and order forms.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8119",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8119",
         "title": "Provide customers with product samples and catalogs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "8122",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8122",
         "title": "Monitor market conditions, product innovations, and competitors' products, prices, and sales.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "8124",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8124",
         "title": "Perform administrative duties, such as preparing sales budgets and reports, keeping sales records, and filing expense account reports.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "8115",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8115",
         "title": "Contact regular and prospective customers to demonstrate products, explain product features, and solicit orders.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "8120",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-4012.00/related/tasks/8120",
         "title": "Identify prospective customers by using business directories, following leads from existing clients, participating in organizations and clubs, and attending trade shows and conferences.",
         "importance": 71,
         "category": "Core"
      }
   ]
}