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-9012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12366",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12366",
         "title": "Dump, pour, or load specified amounts of refined or unrefined materials into equipment or containers for further processing or storage."
      },
      {
         "id": "19918",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/19918",
         "title": "Operate machines to process materials in compliance with applicable safety, energy, or environmental regulations."
      },
      {
         "id": "12357",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12357",
         "title": "Monitor material flow or instruments, such as temperature or pressure gauges, indicators, or meters, to ensure optimal processing conditions."
      },
      {
         "id": "20824",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/20824",
         "title": "Turn valves or move controls to admit, drain, separate, filter, clarify, mix, or transfer materials."
      },
      {
         "id": "12356",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9012.00/related/tasks/12356",
         "title": "Set up or adjust machine controls to regulate conditions such as material flow, temperature, or pressure."
      }
   ]
}