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-2015.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "2187",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2187",
         "title": "Clean food preparation equipment, work areas, and counters or tables.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18726",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18726",
         "title": "Perform food preparation tasks, such as making sandwiches, carving meats, making soups or salads, baking breads or desserts, and brewing coffee or tea.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18727",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18727",
         "title": "Perform general cleaning activities in kitchen and dining areas.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "18725",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/18725",
         "title": "Restock kitchen supplies, rotate food, and stamp the time and date on food in coolers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2189",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2189",
         "title": "Grill, cook, and fry foods such as french fries, eggs, and pancakes.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2188",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2188",
         "title": "Plan work on orders so that items served together are finished at the same time.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "2190",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2190",
         "title": "Take orders from customers and cook foods requiring short preparation times, according to customer requirements.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2191",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2191",
         "title": "Grill and garnish hamburgers or other meats, such as steaks and chops.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2192",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2192",
         "title": "Complete orders from steam tables, placing food on plates and serving customers at tables or counters.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2194",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2015.00/related/tasks/2194",
         "title": "Order supplies and stock them on shelves.",
         "importance": 77,
         "category": "Core"
      }
   ]
}