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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "13238",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13238",
         "title": "Develop prospect lists."
      },
      {
         "id": "13231",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9091.00/related/tasks/13231",
         "title": "Deliver merchandise and collect payment."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}