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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "5070",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5070",
         "title": "Order and take delivery of supplies.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "5062",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5062",
         "title": "Cook the exact number of items ordered by each customer, working on several different orders simultaneously.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "5065",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5065",
         "title": "Prepare specialty foods, such as pizzas, fish and chips, sandwiches, or tacos, following specific methods that usually require short preparation time.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5055",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5055",
         "title": "Operate large-volume cooking equipment, such as grills, deep-fat fryers, or griddles.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "5059",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5059",
         "title": "Wash, cut, and prepare foods designated for cooking.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "5068",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5068",
         "title": "Prepare and serve beverages, such as coffee or fountain drinks.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "5054",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5054",
         "title": "Clean food preparation areas, cooking surfaces, and utensils.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "5058",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5058",
         "title": "Read food order slips or receive verbal instructions as to food required by patron, and prepare and cook food according to instructions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "5063",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5063",
         "title": "Serve orders to customers at windows, counters, or tables.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5064",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2011.00/related/tasks/5064",
         "title": "Clean, stock, and restock workstations and display cases.",
         "importance": 89,
         "category": "Core"
      }
   ]
}