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/51-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20819",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/related/tasks/20819",
         "title": "Check products for quality, and identify damaged or expired goods."
      },
      {
         "id": "11916",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/related/tasks/11916",
         "title": "Set oven temperatures, and place items into hot ovens for baking."
      },
      {
         "id": "11917",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/related/tasks/11917",
         "title": "Combine measured ingredients in bowls of mixing, blending, or cooking machinery."
      },
      {
         "id": "11920",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/related/tasks/11920",
         "title": "Place dough in pans, molds, or on sheets, and bake in production ovens or on grills."
      },
      {
         "id": "11926",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3011.00/related/tasks/11926",
         "title": "Set time and speed controls for mixing machines, blending machines, or steam kettles so that ingredients will be mixed or cooked according to instructions."
      }
   ]
}