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-1244.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "1318",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1318",
         "title": "Maintain and administer computer networks and related computing environments, including computer hardware, systems software, applications software, and all configurations.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "1317",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1317",
         "title": "Perform data backups and disaster recovery operations.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15205",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/15205",
         "title": "Diagnose, troubleshoot, and resolve hardware, software, or other network and system problems, and replace defective components when necessary.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "15206",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/15206",
         "title": "Configure, monitor, and maintain email applications or virus protection software.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "1320",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1320",
         "title": "Operate master consoles to monitor the performance of computer systems and networks and to coordinate computer network access and use.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "1325",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1325",
         "title": "Monitor network performance to determine whether adjustments are needed and where changes will be needed in the future.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1319",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1319",
         "title": "Plan, coordinate, and implement network security measures to protect data, software, and hardware.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1329",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1329",
         "title": "Analyze equipment performance records to determine the need for repair or replacement.",
         "importance": 66,
         "category": "Core"
      },
      {
         "id": "1324",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1324",
         "title": "Confer with network users about solutions to existing system problems.",
         "importance": 64,
         "category": "Core"
      },
      {
         "id": "1323",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1244.00/related/tasks/1323",
         "title": "Recommend changes to improve systems and network configurations, and determine hardware or software requirements related to such changes.",
         "importance": 64,
         "category": "Core"
      }
   ]
}