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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "21151",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3011.00/related/tasks/21151",
         "title": "Greet customers and make them feel welcome."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}