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/43-4081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2610",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2610",
         "title": "Greet, register, and assign rooms to guests of hotels or motels.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "2619",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2619",
         "title": "Contact housekeeping or maintenance staff when guests report problems.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "2615",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2615",
         "title": "Issue room keys and escort instructions to bellhops.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2620",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2620",
         "title": "Make and confirm reservations.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2611",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2611",
         "title": "Verify customers' credit, and establish how the customer will pay for the accommodation.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2612",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2612",
         "title": "Keep records of room availability and guests' accounts, manually or using computers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2617",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2617",
         "title": "Post charges, such as those for rooms, food, liquor, or telephone calls, to ledgers, manually or by using computers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2616",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2616",
         "title": "Review accounts and charges with guests during the check out process.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2622",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2622",
         "title": "Record guest comments or complaints, referring customers to managers as necessary.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2613",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4081.00/related/tasks/2613",
         "title": "Compute bills, collect payments, and make change for guests.",
         "importance": 88,
         "category": "Core"
      }
   ]
}