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-3026.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22045",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/related/tasks/22045",
         "title": "Operate nanotechnology compounding, testing, processing, or production equipment in accordance with appropriate standard operating procedures, good manufacturing practices, hazardous material restrictions, or health and safety requirements."
      },
      {
         "id": "22046",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/related/tasks/22046",
         "title": "Maintain work area according to cleanroom or other processing standards."
      },
      {
         "id": "22047",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/related/tasks/22047",
         "title": "Produce images or measurements, using tools or techniques such as atomic force microscopy, scanning electron microscopy, optical microscopy, particle size analysis, or zeta potential analysis."
      },
      {
         "id": "22048",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/related/tasks/22048",
         "title": "Collaborate with scientists or engineers to design or conduct experiments for the development of nanotechnology materials, components, devices, or systems."
      },
      {
         "id": "22049",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3026.01/related/tasks/22049",
         "title": "Repair nanotechnology processing or testing equipment or submit work orders for equipment repair."
      }
   ]
}