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/11-9071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7185",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/related/tasks/7185",
         "title": "Resolve customer complaints regarding problems, such as payout errors."
      },
      {
         "id": "7186",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/related/tasks/7186",
         "title": "Remove suspected cheaters, such as card counters or other players who may have systems that shift the odds of winning to their favor."
      },
      {
         "id": "7196",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/related/tasks/7196",
         "title": "Track supplies of money to tables and perform any required paperwork."
      },
      {
         "id": "7190",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/related/tasks/7190",
         "title": "Explain and interpret house rules, such as game rules or betting limits."
      },
      {
         "id": "7193",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9071.00/related/tasks/7193",
         "title": "Prepare work schedules and station arrangements and keep attendance records."
      }
   ]
}