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/37-2012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9564",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9564",
         "title": "Keep storage areas and carts well-stocked, clean, and tidy."
      },
      {
         "id": "9560",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9560",
         "title": "Carry linens, towels, toilet items, and cleaning supplies, using wheeled carts."
      },
      {
         "id": "9561",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9561",
         "title": "Clean rooms, hallways, lobbies, lounges, restrooms, corridors, elevators, stairways, locker rooms, and other work areas so that health standards are met."
      },
      {
         "id": "9562",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9562",
         "title": "Empty wastebaskets, empty and clean ashtrays, and transport other trash and waste to disposal areas."
      },
      {
         "id": "9566",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9566",
         "title": "Sweep, scrub, wax, or polish floors, using brooms, mops, or powered scrubbing and waxing machines."
      }
   ]
}