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-3024.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10892",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10892",
         "title": "Test performance of electromechanical assemblies, using test instruments such as oscilloscopes, electronic voltmeters, or bridges.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "22014",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22014",
         "title": "Install or program computer hardware or machine or instrumentation software in microprocessor-based systems.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "10893",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10893",
         "title": "Read blueprints, schematics, diagrams, or technical orders to determine methods and sequences of assembly.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "22015",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22015",
         "title": "Modify, maintain, or repair electrical, electronic, or mechanical components, equipment, or systems to ensure proper functioning.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "10896",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10896",
         "title": "Inspect parts for surface defects.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "10894",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10894",
         "title": "Install electrical or electronic parts and hardware in housings or assemblies, using soldering equipment and hand tools.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "10898",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10898",
         "title": "Verify part dimensions or clearances to ensure conformance to specifications, using precision measuring instruments.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "22012",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22012",
         "title": "Fabricate or assemble mechanical, electrical, or electronic components or assemblies.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "10895",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/10895",
         "title": "Align, fit, or assemble component parts, using hand or power tools, fixtures, templates, or microscopes.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "22016",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3024.00/related/tasks/22016",
         "title": "Produce electrical, electronic, or mechanical drawings or other related documents or graphics necessary for electromechanical design, using computer-aided design (CAD) software.",
         "importance": 69,
         "category": "Core"
      }
   ]
}