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/43-3041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "4662",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4662",
         "title": "Maintain confidentiality of customers' transactions.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "4661",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4661",
         "title": "Follow all gaming regulations.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "4665",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4665",
         "title": "Maintain cage security.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "4668",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4668",
         "title": "Cash checks and process credit card advances for patrons.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4671",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4671",
         "title": "Supply currency, coins, chips, or gaming checks to other departments as needed.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4664",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4664",
         "title": "Convert gaming checks, coupons, tokens, or coins to currency for gaming patrons.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "4663",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4663",
         "title": "Count funds and reconcile daily summaries of transactions to balance books.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "4667",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4667",
         "title": "Verify accuracy of reports, such as authorization forms, transaction reconciliations, or exchange summary reports.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4666",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4666",
         "title": "Determine cash requirements for windows and order all necessary currency, coins, or chips.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4670",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3041.00/related/tasks/4670",
         "title": "Perform removal and rotation of cash, coin, or chip inventories as necessary.",
         "importance": 85,
         "category": "Core"
      }
   ]
}