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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "3196",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3196",
         "title": "Inspect vehicles to detect any damage."
      },
      {
         "id": "3192",
         "related": "https://api-v2.onetcenter.org/online/occupations/53-6021.00/related/tasks/3192",
         "title": "Greet customers and open their car doors."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}