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/35-3023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23099",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23099",
         "title": "Communicate with customers regarding orders, comments, and complaints."
      },
      {
         "id": "23101",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23101",
         "title": "Scrub and polish counters, steam tables, and other equipment, and clean glasses, dishes, and fountain equipment."
      },
      {
         "id": "23100",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23100",
         "title": "Accept payment from customers, and make change as necessary."
      },
      {
         "id": "23102",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23102",
         "title": "Perform cleaning duties, such as sweeping, mopping, and washing dishes, to keep equipment and facilities sanitary."
      },
      {
         "id": "23103",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23103",
         "title": "Balance receipts and payments in cash registers."
      }
   ]
}