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-6011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "2316",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2316",
         "title": "Receive and mark baggage by completing and attaching claim checks.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2317",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2317",
         "title": "Greet incoming guests and escort them to their rooms.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2324",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2324",
         "title": "Transport guests about premises and local areas, or arrange for transportation.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2323",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2323",
         "title": "Maintain clean lobbies or entrance areas for travelers or guests.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2314",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2314",
         "title": "Transfer luggage, trunks, and packages to and from rooms, loading areas, vehicles, or transportation terminals, by hand or using baggage carts.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2315",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2315",
         "title": "Supply guests or travelers with directions, travel information, and other information, such as available services and points of interest.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2321",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2321",
         "title": "Explain the operation of room features, such as locks, ventilation systems, and televisions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2318",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2318",
         "title": "Assist travelers and guests with disabilities.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2320",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2320",
         "title": "Deliver messages and room service orders, and run errands for guests.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2327",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/related/tasks/2327",
         "title": "Pick up and return items for laundry and valet service.",
         "importance": 79,
         "category": "Core"
      }
   ]
}