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-9194.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14395",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14395",
         "title": "Inspect etched work for depth of etching, uniformity, and defects, using calibrated microscopes, gauges, fingers, or magnifying lenses.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14386",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14386",
         "title": "Examine sketches, diagrams, samples, blueprints, or photographs to decide how designs are to be etched, cut, or engraved onto workpieces.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14385",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14385",
         "title": "Clean and polish engraved areas.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "14396",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14396",
         "title": "Prepare workpieces for etching or engraving by cutting, sanding, cleaning, polishing, or treating them with wax, acid resist, lime, etching powder, or light-sensitive enamel.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "14379",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14379",
         "title": "Engrave and print patterns, designs, etchings, trademarks, or lettering onto flat or curved surfaces of a wide variety of metal, glass, plastic, or paper items, using hand tools or hand-held power tools.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "14388",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14388",
         "title": "Prepare etching chemicals according to formulas, diluting acid with water to obtain solutions of specified concentration.",
         "importance": 88,
         "category": "Supplemental"
      },
      {
         "id": "21027",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/21027",
         "title": "Use computer software to design patterns for engraving.",
         "importance": 87,
         "category": "Supplemental"
      },
      {
         "id": "14409",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14409",
         "title": "Expose workpieces to acid to develop etch patterns such as designs, lettering, or figures.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "14378",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14378",
         "title": "Adjust depths and sizes of cuts by adjusting heights of worktables, or by adjusting machine-arm gauges.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "14383",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9194.00/related/tasks/14383",
         "title": "Measure and compute dimensions of lettering, designs, or patterns to be engraved.",
         "importance": 84,
         "category": "Supplemental"
      }
   ]
}