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-2096.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "13728",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13728",
         "title": "Install equipment and accessories, such as stereos, navigation equipment, communication equipment, and security systems.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "13727",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13727",
         "title": "Inspect and test electrical or electronic systems to locate and diagnose malfunctions, using visual inspections and testing instruments, such as oscilloscopes and voltmeters.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "13732",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13732",
         "title": "Cut openings and drill holes for fixtures and equipment, using electric drills and routers.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "13725",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13725",
         "title": "Splice wires with knives or cutting pliers, and solder connections to fixtures and equipment.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13726",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13726",
         "title": "Diagnose or repair problems with electronic equipment, such as sound, navigation, communication, and security equipment, in motor vehicles.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13731",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13731",
         "title": "Run new speaker and electrical cables.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13730",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13730",
         "title": "Confer with customers to determine the nature of malfunctions.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "13734",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13734",
         "title": "Remove seats, carpeting, and interiors of doors and add sound-absorbing material in empty spaces, reinstalling interior parts.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "13735",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13735",
         "title": "Record results of diagnostic tests.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "13729",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2096.00/related/tasks/13729",
         "title": "Estimate costs of repairs, based on parts and labor charges.",
         "importance": 75,
         "category": "Core"
      }
   ]
}