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-3023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21975",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21975",
         "title": "Modify, maintain, or repair electronics equipment or systems to ensure proper functioning.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21976",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21976",
         "title": "Replace defective components or parts, using hand tools and precision instruments.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21977",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21977",
         "title": "Set up and operate specialized or standard test equipment to diagnose, test, or analyze the performance of electronic components, assemblies, or systems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21978",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21978",
         "title": "Read blueprints, wiring diagrams, schematic drawings, or engineering instructions for assembling electronics units, applying knowledge of electronic theory and components.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "21979",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21979",
         "title": "Identify and resolve equipment malfunctions, working with manufacturers or field representatives as necessary to procure replacement parts.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21980",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21980",
         "title": "Assemble electrical systems or prototypes, using hand tools or measuring instruments.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21981",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21981",
         "title": "Review electrical engineering plans to ensure adherence to design specifications and compliance with applicable electrical codes and standards.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "21982",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21982",
         "title": "Assemble, test, or maintain circuitry or electronic components, according to engineering instructions, technical manuals, or knowledge of electronics, using hand or power tools.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "21983",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21983",
         "title": "Review existing electrical engineering criteria to identify necessary revisions, deletions, or amendments to outdated material.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "21984",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/related/tasks/21984",
         "title": "Maintain system logs or manuals to document testing or operation of equipment.",
         "importance": 66,
         "category": "Core"
      }
   ]
}