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-2012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21148",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/related/tasks/21148",
         "title": "Monitor and record food temperatures to ensure food safety."
      },
      {
         "id": "9488",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/related/tasks/9488",
         "title": "Cook foodstuffs according to menus, special dietary or nutritional restrictions, or numbers of portions to be served."
      },
      {
         "id": "21149",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/related/tasks/21149",
         "title": "Rotate and store food supplies."
      },
      {
         "id": "9491",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/related/tasks/9491",
         "title": "Wash pots, pans, dishes, utensils, or other cooking equipment."
      },
      {
         "id": "9487",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2012.00/related/tasks/9487",
         "title": "Apportion and serve food to facility residents, employees, or patrons."
      }
   ]
}