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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/details/tasks?start=11&end=20",
   "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."
      },
      {
         "id": "21288",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21288",
         "title": "Conduct threat or vulnerability analyses to determine probable frequency, criticality, consequence, or severity of natural or man-made disasters or criminal activity on the organization's profitability or delivery of products or services."
      },
      {
         "id": "21289",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21289",
         "title": "Coordinate security operations or activities with public law enforcement, fire and other agencies."
      },
      {
         "id": "21290",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21290",
         "title": "Create or implement security standards, policies, and procedures."
      },
      {
         "id": "21291",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21291",
         "title": "Develop budgets for security operations."
      },
      {
         "id": "21292",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.01/related/tasks/21292",
         "title": "Develop or manage investigation programs, including collection and preservation of video and notes of surveillance processes or investigative interviews."
      }
   ]
}