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-2021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18728",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18728",
         "title": "Clean and sanitize work areas, equipment, utensils, dishes, or silverware.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2204",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2204",
         "title": "Assist cooks and kitchen staff with various tasks as needed, and provide cooks with needed items.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18730",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18730",
         "title": "Take and record temperature of food and food storage areas, such as refrigerators and freezers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2210",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2210",
         "title": "Carry food supplies, equipment, and utensils to and from storage and work areas.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2208",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2208",
         "title": "Remove trash and clean kitchen garbage containers.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2197",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2197",
         "title": "Store food in designated containers and storage areas to prevent spoilage.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2203",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/2203",
         "title": "Weigh or measure ingredients.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18734",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18734",
         "title": "Vacuum dining area and sweep and mop kitchen floor.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18732",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18732",
         "title": "Inform supervisors when equipment is not working properly and when food and supplies are getting low, and order needed items.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18731",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-2021.00/related/tasks/18731",
         "title": "Wash, peel, and cut various foods, such as fruits and vegetables, to prepare for cooking or serving.",
         "importance": 83,
         "category": "Core"
      }
   ]
}