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-9021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11186",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11186",
         "title": "Wash dishes, glassware, flatware, pots, or pans, using dishwashers or by hand."
      },
      {
         "id": "11187",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11187",
         "title": "Place clean dishes, utensils, or cooking equipment in storage areas."
      },
      {
         "id": "11192",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11192",
         "title": "Sort and remove trash, placing it in designated pickup areas."
      },
      {
         "id": "11190",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11190",
         "title": "Sweep or scrub floors."
      },
      {
         "id": "11188",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-9021.00/related/tasks/11188",
         "title": "Maintain kitchen work areas, equipment, or utensils in clean and orderly condition."
      }
   ]
}