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-1011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11129",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/related/tasks/11129",
         "title": "Monitor sanitation practices to ensure that employees follow standards and regulations."
      },
      {
         "id": "11128",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/related/tasks/11128",
         "title": "Check the quality of raw or cooked food products to ensure that standards are met."
      },
      {
         "id": "11140",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/related/tasks/11140",
         "title": "Determine production schedules and staff requirements necessary to ensure timely delivery of services."
      },
      {
         "id": "11130",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/related/tasks/11130",
         "title": "Check the quantity and quality of received products."
      },
      {
         "id": "11132",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1011.00/related/tasks/11132",
         "title": "Supervise or coordinate activities of cooks or workers engaged in food preparation."
      }
   ]
}