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/11-3013.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21283",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21283",
         "title": "Analyze and evaluate security operations to identify risks or opportunities for improvement through auditing, review, or assessment."
      },
      {
         "id": "21284",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21284",
         "title": "Assess risks to mitigate potential consequences of incidents and develop a plan to respond to incidents."
      },
      {
         "id": "21285",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21285",
         "title": "Attend meetings, professional seminars, or conferences to keep abreast of changes in executive legislative directives or new technologies impacting security operations."
      },
      {
         "id": "21286",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21286",
         "title": "Communicate security status, updates, and actual or potential problems, using established protocols."
      },
      {
         "id": "21287",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21287",
         "title": "Conduct physical examinations of property to ensure compliance with security policies and regulations."
      }
   ]
}