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-9041.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-9041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4619",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4619",
         "title": "Contact businesses or private individuals by telephone to solicit sales for goods or services, or to request donations for charitable causes."
      },
      {
         "id": "4621",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4621",
         "title": "Obtain customer information such as name, address, and payment method, and enter orders into computers."
      },
      {
         "id": "4620",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4620",
         "title": "Explain products or services and prices, and answer questions from customers."
      },
      {
         "id": "4622",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4622",
         "title": "Record names, addresses, purchases, and reactions of prospects contacted."
      },
      {
         "id": "4627",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9041.00/related/tasks/4627",
         "title": "Maintain records of contacts, accounts, and orders."
      }
   ]
}