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-3041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11152",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/related/tasks/11152",
         "title": "Place food servings on plates or trays according to orders or instructions."
      },
      {
         "id": "11150",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/related/tasks/11150",
         "title": "Clean or sterilize dishes, kitchen utensils, equipment, or facilities."
      },
      {
         "id": "11149",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/related/tasks/11149",
         "title": "Monitor food distribution, ensuring that meals are delivered to the correct recipients and that guidelines, such as those for special diets, are followed."
      },
      {
         "id": "11151",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/related/tasks/11151",
         "title": "Examine trays to ensure that they contain required items."
      },
      {
         "id": "11153",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-3041.00/related/tasks/11153",
         "title": "Load trays with accessories, such as eating utensils, napkins, or condiments."
      }
   ]
}