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.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23099",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23099",
         "title": "Communicate with customers regarding orders, comments, and complaints.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23101",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23101",
         "title": "Scrub and polish counters, steam tables, and other equipment, and clean glasses, dishes, and fountain equipment.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23100",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23100",
         "title": "Accept payment from customers, and make change as necessary.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23102",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23102",
         "title": "Perform cleaning duties, such as sweeping, mopping, and washing dishes, to keep equipment and facilities sanitary.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23103",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23103",
         "title": "Balance receipts and payments in cash registers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23104",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23104",
         "title": "Request and record customer orders, and compute bills, using cash registers, multi-counting machines, or pencil and paper.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23105",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23105",
         "title": "Serve food, beverages, or desserts to customers in such settings as take-out counters of restaurants or lunchrooms, business or industrial establishments, hotel rooms, and cars.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23106",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23106",
         "title": "Prepare daily food items, and cook simple foods and beverages, such as sandwiches, salads, soups, pizza, or coffee, using proper safety precautions and sanitary measures.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23107",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23107",
         "title": "Clean and organize eating, service, and kitchen areas.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "23108",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3023.00/related/tasks/23108",
         "title": "Monitor and order supplies or food items, and restock as necessary to maintain inventory.",
         "importance": 86,
         "category": "Core"
      }
   ]
}