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/39-3012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8007",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8007",
         "title": "Collect bets in the form of cash or chips, verifying and recording amounts."
      },
      {
         "id": "8008",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8008",
         "title": "Collect cards or tickets from players."
      },
      {
         "id": "20596",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/20596",
         "title": "Compute and verify amounts won or lost, paying out winnings or referring patrons to workers, such as gaming cashiers, so that winnings can be collected."
      },
      {
         "id": "8009",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8009",
         "title": "Answer questions about game rules or casino policies."
      },
      {
         "id": "8012",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8012",
         "title": "Conduct gambling tables or games, such as dice, roulette, cards, or keno, and ensure that game rules are followed."
      }
   ]
}