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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1212.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}