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-1212.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "5314",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5314",
         "title": "Develop plans to safeguard computer files against accidental or unauthorized modification, destruction, or disclosure and to meet emergency data processing needs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5316",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5316",
         "title": "Monitor current reports of computer viruses to determine when to update virus protection systems.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "5321",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5321",
         "title": "Encrypt data transmissions and erect firewalls to conceal confidential information as it is being transmitted and to keep out tainted digital transfers.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "5320",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5320",
         "title": "Perform risk assessments and execute tests of data processing system to ensure functioning of data processing activities and security measures.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5317",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5317",
         "title": "Modify computer security files to incorporate new software, correct errors, or change individual access status.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "5323",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5323",
         "title": "Review violations of computer security procedures and discuss procedures with violators to ensure violations are not repeated.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "5322",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5322",
         "title": "Document computer security and emergency measures policies, procedures, and tests.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5315",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5315",
         "title": "Confer with users to discuss issues such as computer data access needs, security violations, and programming changes.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "5319",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5319",
         "title": "Monitor use of data files and regulate access to safeguard information in computer files.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "5318",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/related/tasks/5318",
         "title": "Coordinate implementation of computer system plan with establishment personnel and outside vendors.",
         "importance": 72,
         "category": "Core"
      }
   ]
}