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/11-9072.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21400",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21400",
         "title": "Administer first aid in emergency situations."
      },
      {
         "id": "21401",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21401",
         "title": "Assign tasks and work hours to staff."
      },
      {
         "id": "21402",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21402",
         "title": "Calculate and record department expenses and revenue."
      },
      {
         "id": "21403",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21403",
         "title": "Clean equipment and areas of amusement park, cruise ship, or other recreational facility."
      },
      {
         "id": "21404",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21404",
         "title": "Explain rules and regulations of facilities and entertainment attractions to customers."
      }
   ]
}