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/17-2041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20955",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/20955",
         "title": "Monitor and analyze data from processes and experiments."
      },
      {
         "id": "3552",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3552",
         "title": "Develop safety procedures to be employed by workers operating equipment or working in close proximity to ongoing chemical reactions."
      },
      {
         "id": "3557",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/3557",
         "title": "Develop processes to separate components of liquids or gases or generate electrical currents, using controlled chemical processes."
      },
      {
         "id": "18471",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/18471",
         "title": "Troubleshoot problems with chemical manufacturing processes."
      },
      {
         "id": "18472",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-2041.00/related/tasks/18472",
         "title": "Evaluate chemical equipment and processes to identify ways to optimize performance or to ensure compliance with safety and environmental regulations."
      }
   ]
}