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-3027.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "16606",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16606",
         "title": "Document test results, using cameras, spreadsheets, documents, or other tools.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16599",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16599",
         "title": "Set up mechanical, hydraulic, or electric test equipment in accordance with engineering specifications, standards, or test procedures.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16602",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16602",
         "title": "Read and interpret blueprints, schematics, work specifications, drawings, or charts.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16605",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16605",
         "title": "Inspect or test parts to determine nature or cause of defects or malfunctions.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16601",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16601",
         "title": "Monitor computer-controlled test equipment, according to written or verbal instructions.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16608",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16608",
         "title": "Analyze test data for automotive systems, subsystems, or component parts.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16604",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16604",
         "title": "Install equipment, such as instrumentation, test equipment, engines, or aftermarket products, to ensure proper interfaces.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16611",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16611",
         "title": "Perform or execute manual or automated tests of automotive system or component performance, efficiency, or durability.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "16603",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/16603",
         "title": "Maintain test equipment in operational condition by performing routine maintenance or making minor repairs or adjustments as needed.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "19696",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3027.01/related/tasks/19696",
         "title": "Analyze performance of vehicles or components that have been redesigned to increase fuel efficiency, such as camless or dual-clutch engines or alternative types of air-conditioning systems.",
         "importance": 71,
         "category": "Core"
      }
   ]
}