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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9563",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9563",
         "title": "Replenish supplies, such as drinking glasses, linens, writing supplies, and bathroom items.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9567",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9567",
         "title": "Clean rugs, carpets, upholstered furniture, and draperies, using vacuum cleaners and shampooers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9568",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9568",
         "title": "Wash windows, walls, ceilings, and woodwork, waxing and polishing as necessary.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "9565",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9565",
         "title": "Dust and polish furniture and equipment.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9570",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2012.00/related/tasks/9570",
         "title": "Disinfect equipment and supplies, using germicides or steam-operated sterilizers.",
         "importance": 82,
         "category": "Supplemental"
      }
   ]
}