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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/details/tasks?start=11&end=17",
   "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."
      },
      {
         "id": "21405",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21405",
         "title": "Inspect equipment, such as rides, games, and vehicles, to detect wear and damage."
      },
      {
         "id": "21406",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21406",
         "title": "Interview and hire associates to fill staff vacancies."
      },
      {
         "id": "21407",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21407",
         "title": "Operate, drive, or explain the use of mechanical equipment in amusement parks, cruise ships, or other recreational facilities."
      },
      {
         "id": "21408",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21408",
         "title": "Plan programs of events or schedules of activities."
      },
      {
         "id": "21409",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9072.00/related/tasks/21409",
         "title": "Plan, organize, or lead group activities for customers, such as exercise routines, athletic events, or arts and crafts."
      }
   ]
}