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/53-6061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "20841",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/20841",
         "title": "Secure passengers for transportation by buckling seatbelts or fastening wheelchairs with tie-down straps.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "13172",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13172",
         "title": "Provide boarding assistance to elderly, sick, or injured people.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13174",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13174",
         "title": "Respond to passengers' questions, requests, or complaints.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "13183",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13183",
         "title": "Determine or facilitate seating arrangements.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "13182",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13182",
         "title": "Provide customers with information on routes, gates, prices, timetables, terminals, or concourses.",
         "importance": 92,
         "category": "Supplemental"
      },
      {
         "id": "13176",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13176",
         "title": "Perform equipment safety checks prior to departure.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "13179",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13179",
         "title": "Greet passengers boarding transportation equipment and announce routes and stops.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "13178",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13178",
         "title": "Count and verify tickets and seat reservations and record numbers of passengers boarding and disembarking.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "13175",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13175",
         "title": "Explain and demonstrate safety procedures and safety equipment use.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "13173",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6061.00/related/tasks/13173",
         "title": "Open and close doors for passengers.",
         "importance": 76,
         "category": "Supplemental"
      }
   ]
}