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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 39,
   "next": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11668",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11668",
         "title": "Run wires between components and to outside cable systems, connecting them to wires from telephone poles or underground cable accesses.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "11664",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11664",
         "title": "Test connections to ensure that power supplies are adequate and that communications links function.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11648",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11648",
         "title": "Note differences in wire and cable colors so that work can be performed correctly.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11652",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11652",
         "title": "Inspect equipment on a regular basis to ensure proper functioning.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "11662",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-2022.00/related/tasks/11662",
         "title": "Collaborate with other workers to locate and correct malfunctions.",
         "importance": 76,
         "category": "Core"
      }
   ]
}