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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20384",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/20384",
         "title": "Compute or record photonic test data.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 72,
         "category": "Core"
      },
      {
         "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.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16715",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16715",
         "title": "Assist scientists or engineers in the conduct of photonic experiments.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "16714",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16714",
         "title": "Test or perform failure analysis for optomechanical or optoelectrical products, according to test plans.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "16721",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16721",
         "title": "Assist engineers in the development of new products, fixtures, tools, or processes.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "20386",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/20386",
         "title": "Recommend optical or optic equipment design or material changes to reduce costs or processing times.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "16725",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3029.08/related/tasks/16725",
         "title": "Set up or operate prototype or test apparatus, such as control consoles, collimators, recording equipment, or cables.",
         "importance": 62,
         "category": "Core"
      }
   ]
}