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-1299.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14734",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14734",
         "title": "Monitor systems for intrusions or denial of service attacks, and report security breaches to appropriate personnel.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "14741",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14741",
         "title": "Identify or document backup or recovery plans.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "14731",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14731",
         "title": "Back up or modify applications and related data to provide for disaster recovery.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14758",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14758",
         "title": "Correct testing-identified problems, or recommend actions for their resolution.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14748",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14748",
         "title": "Identify, standardize, and communicate levels of access and security.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "14732",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14732",
         "title": "Determine sources of Web page or server problems, and take action to correct such problems.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14740",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14740",
         "title": "Implement updates, upgrades, and patches in a timely manner to limit loss of service.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "14735",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14735",
         "title": "Implement Web site security measures, such as firewalls or message encryption.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14737",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14737",
         "title": "Collaborate with development teams to discuss, analyze, or resolve usability issues.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14750",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14750",
         "title": "Test issues such as system integration, performance, and system security on a regular schedule or after any major program modifications.",
         "importance": 77,
         "category": "Core"
      }
   ]
}