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/33-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 8,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/summary/tasks?start=6&end=8",
   "task": [
      {
         "id": "4409",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/related/tasks/4409",
         "title": "Monitor establishment activities to ensure adherence to all state gaming regulations and company policies and procedures."
      },
      {
         "id": "4407",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/related/tasks/4407",
         "title": "Observe casino or casino hotel operations for irregular activities, such as cheating or theft by employees or patrons, using audio and video equipment and one-way mirrors."
      },
      {
         "id": "4408",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/related/tasks/4408",
         "title": "Report all violations and suspicious behaviors to supervisors, verbally or in writing."
      },
      {
         "id": "21145",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/related/tasks/21145",
         "title": "Develop and maintain log of surveillance observations."
      },
      {
         "id": "21146",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9031.00/related/tasks/21146",
         "title": "Inspect and monitor audio or video surveillance equipment to ensure it is working appropriately."
      }
   ]
}