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/41-2012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "6999",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/6999",
         "title": "Keep accurate records of monetary exchanges, authorization forms, and transaction reconciliations.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "21152",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/21152",
         "title": "Exchange money, credit, tickets, or casino chips and make change for customers.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "6998",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/6998",
         "title": "Count money and audit money drawers.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "21153",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/21153",
         "title": "Check identifications to verify age of players.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7003",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7003",
         "title": "Maintain cage security according to rules.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7005",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7005",
         "title": "Reconcile daily summaries of transactions to balance books.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7004",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7004",
         "title": "Obtain customers' signatures on receipts when winnings exceed the amount held in a slot machine.",
         "importance": 96,
         "category": "Supplemental"
      },
      {
         "id": "7007",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7007",
         "title": "Calculate the value of chips won or lost by players.",
         "importance": 95,
         "category": "Supplemental"
      },
      {
         "id": "7009",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7009",
         "title": "Accept credit applications and verify credit references to provide check-cashing authorization or to establish house credit accounts.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "7008",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-2012.00/related/tasks/7008",
         "title": "Furnish change persons with a money bank at the start of each shift.",
         "importance": 86,
         "category": "Supplemental"
      }
   ]
}