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-9091.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-9091.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "13233",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13233",
         "title": "Explain products or services and prices and demonstrate use of products.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "13238",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13238",
         "title": "Develop prospect lists.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13231",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13231",
         "title": "Deliver merchandise and collect payment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13232",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13232",
         "title": "Write and record orders for merchandise or enter orders into computers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13235",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13235",
         "title": "Arrange buying parties and solicit sponsorship of such parties to sell merchandise.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13236",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13236",
         "title": "Answer questions about product features and benefits.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13239",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13239",
         "title": "Distribute product samples or literature that details products or services.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13237",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13237",
         "title": "Circulate among potential customers or travel by foot, truck, automobile, or bicycle to deliver or sell merchandise or services.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21075",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/21075",
         "title": "Persuade customers to purchase merchandise or services.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13241",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13241",
         "title": "Set up and display sample merchandise at parties or stands.",
         "importance": 68,
         "category": "Core"
      }
   ]
}