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-3021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8784",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/related/tasks/8784",
         "title": "Prepare and place meat cuts and products in display counter to appear attractive and catch the shopper's eye."
      },
      {
         "id": "8783",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/related/tasks/8783",
         "title": "Wrap, weigh, label, and price cuts of meat."
      },
      {
         "id": "8786",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/related/tasks/8786",
         "title": "Cut, trim, bone, tie, and grind meats, such as beef, pork, poultry, and fish, to prepare in cooking form."
      },
      {
         "id": "8785",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/related/tasks/8785",
         "title": "Prepare special cuts of meat ordered by customers."
      },
      {
         "id": "8787",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3021.00/related/tasks/8787",
         "title": "Receive, inspect, and store meat upon delivery to ensure meat quality."
      }
   ]
}