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-3023.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "17588",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17588",
         "title": "Receive and process customer payments.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17581",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17581",
         "title": "Prepare or serve hot or cold beverages, such as coffee, espresso drinks, blended coffees, or teas.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17591",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17591",
         "title": "Take customer orders and convey them to other employees for preparation.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17582",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17582",
         "title": "Clean or sanitize work areas, utensils, or equipment.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17585",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17585",
         "title": "Describe menu items to customers, or suggest products that might appeal to them.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17583",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17583",
         "title": "Clean service or seating areas.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17589",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17589",
         "title": "Serve prepared foods, such as muffins, biscotti, or bagels.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "17597",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17597",
         "title": "Prepare or serve menu items, such as sandwiches or salads.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "17598",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17598",
         "title": "Set up or restock product displays.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "17593",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.01/related/tasks/17593",
         "title": "Weigh, grind, or pack coffee beans for customers.",
         "importance": 75,
         "category": "Core"
      }
   ]
}