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-7012.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-7012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13158",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13158",
         "title": "Arrange for tour or expedition details such as accommodations, transportation, equipment, and the availability of medical personnel."
      },
      {
         "id": "13155",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13155",
         "title": "Plan tour itineraries, applying knowledge of travel routes and destination sites."
      },
      {
         "id": "13156",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13156",
         "title": "Resolve any problems with itineraries, service, or accommodations."
      },
      {
         "id": "13163",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13163",
         "title": "Attend to special needs of tour participants."
      },
      {
         "id": "13157",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13157",
         "title": "Sell travel packages."
      }
   ]
}