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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3023.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}