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-1231.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19004",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19004",
         "title": "Back up network data.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18991",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18991",
         "title": "Configure security settings or access permissions for groups or individuals.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "19003",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19003",
         "title": "Analyze and report computer network security breaches or attempted breaches.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "18995",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18995",
         "title": "Identify the causes of networking problems, using diagnostic testing software and equipment.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18993",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18993",
         "title": "Document network support activities.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "18992",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18992",
         "title": "Configure wide area network (WAN) or local area network (LAN) routers or related equipment.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "18997",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18997",
         "title": "Install network software, including security or firewall software.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "19002",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19002",
         "title": "Troubleshoot network or connectivity problems for users or user groups.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "19010",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/19010",
         "title": "Provide telephone support related to networking or connectivity issues.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "18994",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1231.00/related/tasks/18994",
         "title": "Evaluate local area network (LAN) or wide area network (WAN) performance data to ensure sufficient availability or speed, to identify network problems, or for disaster recovery purposes.",
         "importance": 74,
         "category": "Core"
      }
   ]
}