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-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5096",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5096",
         "title": "Greet patrons attending entertainment events.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20764",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/20764",
         "title": "Sell or collect admission tickets, passes, or facility memberships from patrons at entertainment events.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20765",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/20765",
         "title": "Clean facilities.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5103",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5103",
         "title": "Settle seating disputes or help solve other customer concerns.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5097",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5097",
         "title": "Examine tickets or passes to verify authenticity, using criteria such as color or date issued.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "5100",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5100",
         "title": "Provide assistance with patrons' special needs, such as helping those with wheelchairs.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "5098",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5098",
         "title": "Guide patrons to exits or provide other instructions or assistance in case of emergency.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "5102",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5102",
         "title": "Refuse admittance to undesirable persons or persons without tickets or passes.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20766",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/20766",
         "title": "Assist patrons by giving directions to points in or outside of the facility or providing information about local attractions.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "5104",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5104",
         "title": "Assist patrons in finding seats, lighting the way with flashlights, if necessary.",
         "importance": 68,
         "category": "Core"
      }
   ]
}