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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "657",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/657",
         "title": "Provide customer service by greeting and assisting customers and responding to customer inquiries and complaints."
      },
      {
         "id": "660",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/660",
         "title": "Direct and supervise employees engaged in sales, inventory-taking, reconciling cash receipts, or in performing services for customers."
      },
      {
         "id": "671",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/671",
         "title": "Examine merchandise to ensure that it is correctly priced and displayed and that it functions as advertised."
      },
      {
         "id": "658",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/658",
         "title": "Monitor sales activities to ensure that customers receive satisfactory service and quality goods."
      },
      {
         "id": "668",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-1011.00/related/tasks/668",
         "title": "Instruct staff on how to handle difficult and complicated sales."
      }
   ]
}