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-2097.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13738",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13738",
         "title": "Install, service, and repair electronic equipment or instruments such as televisions, radios, and videocassette recorders."
      },
      {
         "id": "13739",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13739",
         "title": "Calibrate and test equipment, and locate circuit and component faults, using hand and power tools and measuring and testing instruments such as resistance meters and oscilloscopes."
      },
      {
         "id": "13740",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13740",
         "title": "Confer with customers to determine the nature of problems or to explain repairs."
      },
      {
         "id": "13747",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13747",
         "title": "Position or mount speakers, and wire speakers to consoles."
      },
      {
         "id": "13742",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2097.00/related/tasks/13742",
         "title": "Instruct customers on the safe and proper use of equipment."
      }
   ]
}