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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1104",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1104",
         "title": "Greet and register guests.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1111",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1111",
         "title": "Manage and maintain temporary or permanent lodging facilities.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1113",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1113",
         "title": "Train staff members.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1112",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1112",
         "title": "Observe and monitor staff performance to ensure efficient operations and adherence to facility's policies and procedures.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "1107",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1107",
         "title": "Coordinate front-office activities of hotels or motels, and resolve problems.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "1116",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9081.00/related/tasks/1116",
         "title": "Inspect guest rooms, public areas, and grounds for cleanliness and appearance.",
         "importance": 83,
         "category": "Core"
      }
   ]
}