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-9041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "4619",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4619",
         "title": "Contact businesses or private individuals by telephone to solicit sales for goods or services, or to request donations for charitable causes.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4621",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4621",
         "title": "Obtain customer information such as name, address, and payment method, and enter orders into computers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4620",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4620",
         "title": "Explain products or services and prices, and answer questions from customers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4622",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4622",
         "title": "Record names, addresses, purchases, and reactions of prospects contacted.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4627",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4627",
         "title": "Maintain records of contacts, accounts, and orders.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "4625",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4625",
         "title": "Answer telephone calls from potential customers who have been solicited through advertisements.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4618",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4618",
         "title": "Deliver prepared sales talks, reading from scripts that describe products or services, to persuade potential customers to purchase a product or service or to make a donation.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4626",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4626",
         "title": "Telephone or write letters to respond to correspondence from customers or to follow up initial sales contacts.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "4623",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4623",
         "title": "Adjust sales scripts to better target the needs and interests of specific individuals.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "4624",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4624",
         "title": "Obtain names and telephone numbers of potential customers from sources such as telephone directories, magazine reply cards, and lists purchased from other organizations.",
         "importance": 78,
         "category": "Supplemental"
      }
   ]
}