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-6021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "3187",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3187",
         "title": "Take numbered tags from customers, locate vehicles, and deliver vehicles, or provide customers with instructions for locating vehicles.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3196",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3196",
         "title": "Inspect vehicles to detect any damage.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "3192",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3192",
         "title": "Greet customers and open their car doors.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "20835",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/20835",
         "title": "Issue ticket stubs or place numbered tags on windshields, log tags or attach tag to customers' keys, and give customers matching tags for locating parked vehicles.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "20836",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/20836",
         "title": "Perform cash handling tasks, such as making change, balancing and recording cash drawer, or distributing tips.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20837",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/20837",
         "title": "Explain and calculate parking charges, collect fees from customers, and respond to customer complaints.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3191",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3191",
         "title": "Park and retrieve automobiles for customers in parking lots, storage garages, or new car lots.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "20838",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/20838",
         "title": "Provide customer assistance and information, such as giving directions or handling wheelchairs.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3188",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3188",
         "title": "Keep parking areas clean and orderly to ensure that space usage is maximized.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "20839",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/20839",
         "title": "Call emergency responders or the proper authorities and provide motorist assistance, such as giving directions or helping jump start a stalled vehicle.",
         "importance": 58,
         "category": "Core"
      }
   ]
}