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/35-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "11186",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11186",
         "title": "Wash dishes, glassware, flatware, pots, or pans, using dishwashers or by hand.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "11187",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11187",
         "title": "Place clean dishes, utensils, or cooking equipment in storage areas.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11192",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11192",
         "title": "Sort and remove trash, placing it in designated pickup areas.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11190",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11190",
         "title": "Sweep or scrub floors.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "11188",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11188",
         "title": "Maintain kitchen work areas, equipment, or utensils in clean and orderly condition.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11191",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11191",
         "title": "Clean garbage cans with water or steam.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "11196",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11196",
         "title": "Receive and store supplies.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11189",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11189",
         "title": "Stock supplies, such as food or utensils, in serving stations, cupboards, refrigerators, or salad bars.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "11195",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11195",
         "title": "Transfer supplies or equipment between storage and work areas, by hand or using hand trucks.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "11193",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11193",
         "title": "Clean or prepare various foods for cooking or serving.",
         "importance": 79,
         "category": "Supplemental"
      }
   ]
}