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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/details/tasks?start=11&end=17",
   "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13163",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13163",
         "title": "Attend to special needs of tour participants.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "13157",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13157",
         "title": "Sell travel packages.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13159",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13159",
         "title": "Evaluate services received on the tour, and report findings to tour organizers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "13164",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13164",
         "title": "Give advice on sightseeing and shopping.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "13166",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13166",
         "title": "Administer first aid to injured group participants.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "13171",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13171",
         "title": "Explain hunting and fishing laws to groups to ensure compliance.",
         "importance": 94,
         "category": "Supplemental"
      },
      {
         "id": "13160",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-7012.00/related/tasks/13160",
         "title": "Lead individuals or groups to tour site locations and describe points of interest.",
         "importance": 93,
         "category": "Supplemental"
      }
   ]
}