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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}