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-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "4446",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4446",
         "title": "Pay winnings or collect losing bets as established by the rules and procedures of a specific game.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "21151",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/21151",
         "title": "Greet customers and make them feel welcome.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "4445",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4445",
         "title": "Exchange paper currency for playing chips or coin money.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4449",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4449",
         "title": "Check to ensure that all players have placed bets before play begins.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4451",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4451",
         "title": "Inspect cards and equipment to be used in games to ensure that they are in good condition.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4447",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4447",
         "title": "Deal cards to house hands, and compare these with players' hands to determine winners, as in black jack.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4450",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4450",
         "title": "Stand behind a gaming table and deal the appropriate number of cards to each player.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4455",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4455",
         "title": "Apply rule variations to card games such as poker, in which players bet on the value of their hands.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4456",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4456",
         "title": "Receive, verify, and record patrons' cash wagers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "4448",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/4448",
         "title": "Conduct gambling games, such as dice, roulette, cards, or keno, following all applicable rules and regulations.",
         "importance": 92,
         "category": "Core"
      }
   ]
}