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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/details/tasks?start=11&end=18",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "8008",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8008",
         "title": "Collect cards or tickets from players.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 77,
         "category": "Core"
      },
      {
         "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.",
         "importance": 94,
         "category": "Supplemental"
      },
      {
         "id": "8020",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8020",
         "title": "Operate games in which players bet that a ball will come to rest in a particular slot on a rotating wheel, performing actions such as spinning the wheel and releasing the ball.",
         "importance": 94,
         "category": "Supplemental"
      },
      {
         "id": "8016",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8016",
         "title": "Exchange paper currency for playing chips or coins.",
         "importance": 93,
         "category": "Supplemental"
      },
      {
         "id": "8010",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8010",
         "title": "Compare the house hand with players' hands to determine the winner.",
         "importance": 92,
         "category": "Supplemental"
      },
      {
         "id": "8017",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8017",
         "title": "Open or close cash floats or game tables.",
         "importance": 91,
         "category": "Supplemental"
      },
      {
         "id": "8014",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3012.00/related/tasks/8014",
         "title": "Pay off or move bets as established by game rules and procedures.",
         "importance": 88,
         "category": "Supplemental"
      }
   ]
}