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/51-3093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "4949",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/related/tasks/4949",
         "title": "Clean, wash, and sterilize equipment and cooking area, using water hoses, cleaning or sterilizing solutions, or rinses."
      },
      {
         "id": "4948",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/related/tasks/4948",
         "title": "Read work orders, recipes, or formulas to determine cooking times and temperatures, and ingredient specifications."
      },
      {
         "id": "4947",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/related/tasks/4947",
         "title": "Observe gauges, dials, and product characteristics, and adjust controls to maintain appropriate temperature, pressure, and flow of ingredients."
      },
      {
         "id": "4952",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/related/tasks/4952",
         "title": "Measure or weigh ingredients, using scales or measuring containers."
      },
      {
         "id": "4951",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3093.00/related/tasks/4951",
         "title": "Tend or operate and control equipment, such as kettles, cookers, vats and tanks, and boilers, to cook ingredients or prepare products for further processing."
      }
   ]
}