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-2022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 39,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "11655",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11655",
         "title": "Demonstrate equipment to customers and explain its use, responding to any inquiries or complaints."
      },
      {
         "id": "11649",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11649",
         "title": "Test circuits and components of malfunctioning telecommunications equipment to isolate sources of malfunctions, using test meters, circuit diagrams, polarity probes, and other hand tools."
      },
      {
         "id": "11650",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11650",
         "title": "Test repaired, newly installed, or updated equipment to ensure that it functions properly and conforms to specifications, using test equipment and observation."
      },
      {
         "id": "11665",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11665",
         "title": "Climb poles and ladders, use truck-mounted booms, and enter areas such as manholes and cable vaults to install, maintain, or inspect equipment."
      },
      {
         "id": "11660",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11660",
         "title": "Assemble and install communication equipment such as data and telephone communication lines, wiring, switching equipment, wiring frames, power apparatus, computer systems, and networks."
      }
   ]
}