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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "9538",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9538",
         "title": "Service, clean, or supply restrooms.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9539",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9539",
         "title": "Gather and empty trash.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9540",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9540",
         "title": "Clean building floors by sweeping, mopping, scrubbing, or vacuuming.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20590",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/20590",
         "title": "Monitor building security and safety by performing tasks such as locking doors after operating hours or checking electrical appliance use to ensure that hazards are not created.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9544",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9544",
         "title": "Notify managers concerning the need for major repairs or additions to building operating systems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9541",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9541",
         "title": "Follow procedures for the use of chemical cleaners and power equipment to prevent damage to floors and fixtures.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9542",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9542",
         "title": "Mix water and detergents or acids in containers to prepare cleaning solutions, according to specifications.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "9546",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9546",
         "title": "Clean windows, glass partitions, or mirrors, using soapy water or other cleaners, sponges, or squeegees.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "9545",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9545",
         "title": "Requisition supplies or equipment needed for cleaning and maintenance duties.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "9550",
         "related": "https://api-v2.onetcenter.org/online/occupations/37-2011.00/related/tasks/9550",
         "title": "Dust furniture, walls, machines, or equipment.",
         "importance": 69,
         "category": "Core"
      }
   ]
}