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/13-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20710",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20710",
         "title": "Buy merchandise or commodities for resale to wholesale or retail consumers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "20711",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20711",
         "title": "Negotiate prices, discount terms, or transportation arrangements with suppliers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "20712",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20712",
         "title": "Examine, select, order, or purchase merchandise consistent with quality, quantity, specification requirements, or other factors, such as environmental soundness.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20713",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20713",
         "title": "Recommend mark-up rates, mark-down rates, or merchandise selling prices.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20714",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20714",
         "title": "Obtain information about customer needs or preferences by conferring with sales or purchasing personnel.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "68",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/68",
         "title": "Authorize payment of invoices or return of merchandise.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "66",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/66",
         "title": "Monitor and analyze sales records, trends, or economic conditions to anticipate consumer buying patterns, company sales, and needed inventory.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "20715",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20715",
         "title": "Collaborate with vendors to obtain or develop desired products.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20716",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20716",
         "title": "Inspect merchandise or products to determine quality, value, or yield.",
         "importance": 61,
         "category": "Core"
      },
      {
         "id": "20717",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/related/tasks/20717",
         "title": "Conduct sales meetings to introduce new merchandise.",
         "importance": 56,
         "category": "Core"
      }
   ]
}