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/11-9051.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1085",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/related/tasks/1085",
         "title": "Keep records required by government agencies regarding sanitation or food subsidies."
      },
      {
         "id": "1078",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/related/tasks/1078",
         "title": "Investigate and resolve complaints regarding food quality, service, or accommodations."
      },
      {
         "id": "1090",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/related/tasks/1090",
         "title": "Maintain food and equipment inventories, and keep inventory records."
      },
      {
         "id": "1080",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/related/tasks/1080",
         "title": "Monitor food preparation methods, portion sizes, and garnishing and presentation of food to ensure that food is prepared and presented in an acceptable manner."
      },
      {
         "id": "1079",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9051.00/related/tasks/1079",
         "title": "Schedule and receive food and beverage deliveries, checking delivery contents to verify product quality and quantity."
      }
   ]
}