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-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "13191",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13191",
         "title": "Provide product samples, coupons, informational brochures, or other incentives to persuade people to buy products.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "13194",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13194",
         "title": "Sell products being promoted and keep records of sales.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "13192",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13192",
         "title": "Keep areas neat while working and return items to correct locations following demonstrations.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13190",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13190",
         "title": "Demonstrate or explain products, methods, or services to persuade customers to purchase products or use services.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13193",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13193",
         "title": "Record and report demonstration-related information, such as the number of questions asked by the audience or the number of coupons distributed.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13196",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13196",
         "title": "Suggest specific product purchases to meet customers' needs.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13206",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13206",
         "title": "Research or investigate products to be presented to prepare for demonstrations.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13195",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13195",
         "title": "Set up and arrange displays or demonstration areas to attract the attention of prospective customers.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13198",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13198",
         "title": "Identify interested and qualified customers to provide them with additional information.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13203",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9011.00/related/tasks/13203",
         "title": "Visit trade shows, stores, community organizations, or other venues to demonstrate products or services or to answer questions from potential customers.",
         "importance": 77,
         "category": "Core"
      }
   ]
}