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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20260",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-6012.00/related/tasks/20260",
         "title": "Provide directions to guests."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}