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-9011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "11178",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11178",
         "title": "Run cash registers.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11169",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11169",
         "title": "Serve ice water, coffee, rolls, or butter to patrons.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11165",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11165",
         "title": "Scrape and stack dirty dishes and carry dishes and other tableware to kitchens for cleaning.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11163",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11163",
         "title": "Wipe tables or seats with dampened cloths or replace dirty tablecloths.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11164",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11164",
         "title": "Set tables with clean linens, condiments, or other supplies.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23929",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/23929",
         "title": "Greet and seat customers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11166",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11166",
         "title": "Clean up spilled food or drink or broken dishes and remove empty bottles and trash.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "11168",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11168",
         "title": "Maintain adequate supplies of items, such as clean linens, silverware, glassware, dishes, or trays.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11172",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11172",
         "title": "Locate items requested by customers.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "11170",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9011.00/related/tasks/11170",
         "title": "Fill beverage or ice dispensers.",
         "importance": 84,
         "category": "Core"
      }
   ]
}