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-3029.08/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20384",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/20384",
         "title": "Compute or record photonic test data."
      },
      {
         "id": "16710",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16710",
         "title": "Maintain clean working environments, according to clean room standards."
      },
      {
         "id": "16732",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16732",
         "title": "Adjust or maintain equipment, such as lasers, laser systems, microscopes, oscilloscopes, pulse generators, power meters, beam analyzers, or energy measurement devices."
      },
      {
         "id": "20385",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/20385",
         "title": "Document procedures, such as calibration of optical or fiber optic equipment."
      },
      {
         "id": "16726",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16726",
         "title": "Set up or operate assembly or processing equipment, such as lasers, cameras, die bonders, wire bonders, dispensers, reflow ovens, soldering irons, die shears, wire pull testers, temperature or humidity chambers, or optical spectrum analyzers."
      }
   ]
}