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-3031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2278",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/related/tasks/2278",
         "title": "Take orders from patrons for food or beverages."
      },
      {
         "id": "2279",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/related/tasks/2279",
         "title": "Check with customers to ensure that they are enjoying their meals, and take action to correct any problems."
      },
      {
         "id": "2275",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/related/tasks/2275",
         "title": "Check patrons' identification to ensure that they meet minimum age requirements for consumption of alcoholic beverages."
      },
      {
         "id": "2276",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/related/tasks/2276",
         "title": "Collect payments from customers."
      },
      {
         "id": "2277",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3031.00/related/tasks/2277",
         "title": "Write patrons' food orders on order slips, memorize orders, or enter orders into computers for transmittal to kitchen staff."
      }
   ]
}