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-6012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "20260",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/20260",
         "title": "Provide directions to guests.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "20259",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/20259",
         "title": "Make reservations for patrons, such as for dinner, spa treatments, or golf tee times, and obtain tickets to special events.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "4529",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/4529",
         "title": "Provide information about local features, such as shopping, dining, nightlife, or recreational destinations.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4530",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/4530",
         "title": "Make travel arrangements for sightseeing or other tours.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20261",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/20261",
         "title": "Provide business services for guests, such as sending or receiving faxes or shipping packages.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20263",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/20263",
         "title": "Arrange childcare services for guests.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "4533",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/4533",
         "title": "Pick up and deliver items or run errands for guests.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21203",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/21203",
         "title": "Order flowers for guests.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "4534",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/4534",
         "title": "Carry out unusual requests, such as searching for hard-to-find items or arranging for exotic services, such as hot-air balloon rides.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "4531",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/4531",
         "title": "Receive, store, or deliver luggage or mail.",
         "importance": 70,
         "category": "Core"
      }
   ]
}