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/15-1241.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18968",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18968",
         "title": "Develop disaster recovery plans.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18971",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18971",
         "title": "Develop or recommend network security measures, such as firewalls, network security audits, or automated security probes.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "18965",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18965",
         "title": "Develop and implement solutions for network problems.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18977",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18977",
         "title": "Maintain networks by performing activities such as file addition, deletion, or backup.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18960",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18960",
         "title": "Coordinate network operations, maintenance, repairs, or upgrades.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18959",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18959",
         "title": "Coordinate installation of new equipment.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18979",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18979",
         "title": "Monitor and analyze network performance and reports on data input or output to detect problems, identify inefficient use of computer resources, or perform capacity planning.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "18969",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18969",
         "title": "Develop network-related documentation.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "18966",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18966",
         "title": "Develop and write procedures for installation, use, or troubleshooting of communications hardware or software.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "18980",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1241.00/related/tasks/18980",
         "title": "Participate in network technology upgrade or expansion projects, including installation of hardware and software and integration testing.",
         "importance": 71,
         "category": "Core"
      }
   ]
}