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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-6011.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}