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/49-2095.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "11743",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11743",
         "title": "Inspect and test equipment and circuits to identify malfunctions or defects, using wiring diagrams and testing devices such as ohmmeters, voltmeters, or ammeters.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "11747",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11747",
         "title": "Prepare and maintain records detailing tests, repairs, and maintenance.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11744",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11744",
         "title": "Consult manuals, schematics, wiring diagrams, and engineering personnel to troubleshoot and solve equipment problems and to determine optimum equipment functioning.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "11748",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11748",
         "title": "Analyze test data to diagnose malfunctions, to determine performance characteristics of systems, or to evaluate effects of system modifications.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11746",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11746",
         "title": "Open and close switches to isolate defective relays, performing adjustments or repairs.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11745",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11745",
         "title": "Notify facility personnel of equipment shutdowns.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "11750",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11750",
         "title": "Repair, replace, and clean equipment and components such as circuit breakers, brushes, and commutators.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "11753",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11753",
         "title": "Run signal quality and connectivity tests for individual cables, and record results.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "11756",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11756",
         "title": "Maintain inventories of spare parts for all equipment, requisitioning parts as necessary.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "11742",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2095.00/related/tasks/11742",
         "title": "Construct, test, maintain, and repair substation relay and control systems.",
         "importance": 78,
         "category": "Supplemental"
      }
   ]
}