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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "5096",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/5096",
         "title": "Greet patrons attending entertainment events."
      },
      {
         "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."
      },
      {
         "id": "20765",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-3031.00/related/tasks/20765",
         "title": "Clean facilities."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}