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-3091.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "10058",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10058",
         "title": "Observe, feel, taste, or otherwise examine products during and after processing to ensure conformance to standards."
      },
      {
         "id": "10061",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10061",
         "title": "Set temperature and time controls, light ovens, burners, driers, or roasters, and start equipment, such as conveyors, cylinders, blowers, driers, or pumps."
      },
      {
         "id": "10059",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10059",
         "title": "Observe temperature, humidity, pressure gauges, and product samples and adjust controls, such as thermostats and valves, to maintain prescribed operating conditions for specific stages."
      },
      {
         "id": "10062",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10062",
         "title": "Observe flow of materials and listen for machine malfunctions, such as jamming or spillage, and notify supervisors if corrective actions fail."
      },
      {
         "id": "10063",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-3091.00/related/tasks/10063",
         "title": "Record production data, such as weight and amount of product processed, type of product, and time and temperature of processing."
      }
   ]
}