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/43-4181.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9758",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9758",
         "title": "Examine passenger documentation to determine destinations and to assign boarding passes.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "9762",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9762",
         "title": "Trace lost, delayed, or misdirected baggage for customers.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "9760",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9760",
         "title": "Check baggage and cargo and direct passengers to designated locations for loading.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9759",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9759",
         "title": "Provide boarding or disembarking assistance to passengers needing special assistance.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "9757",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9757",
         "title": "Confer with customers to determine their service requirements and travel preferences.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "9761",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9761",
         "title": "Announce arrival and departure information, using public address systems.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9754",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9754",
         "title": "Determine whether space is available on travel dates requested by customers, assigning requested spaces when available.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9753",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9753",
         "title": "Assemble and issue required documentation, such as tickets, travel insurance policies, or itineraries.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "9756",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9756",
         "title": "Maintain computerized inventories of available passenger space and provide information on space reserved or available.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9755",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4181.00/related/tasks/9755",
         "title": "Inform clients of essential travel information, such as travel times, transportation connections, or medical and visa requirements.",
         "importance": 85,
         "category": "Core"
      }
   ]
}