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

URL:
https://api-v2.onetcenter.org/online/occupations/11-9081.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1105",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1105",
         "title": "Answer inquiries pertaining to hotel policies and services, and resolve occupants' complaints."
      },
      {
         "id": "1108",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1108",
         "title": "Participate in financial activities, such as the setting of room rates, the establishment of budgets, and the allocation of funds to departments."
      },
      {
         "id": "1109",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1109",
         "title": "Confer and cooperate with other managers to ensure coordination of hotel activities."
      },
      {
         "id": "1104",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1104",
         "title": "Greet and register guests."
      },
      {
         "id": "18599",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/18599",
         "title": "Monitor the revenue activity of the hotel or facility."
      }
   ]
}