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.06/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21786",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21786",
         "title": "Adhere to legal policies and procedures related to handling digital media."
      },
      {
         "id": "21787",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21787",
         "title": "Analyze log files or other digital information to identify the perpetrators of network intrusions."
      },
      {
         "id": "21788",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21788",
         "title": "Conduct predictive or reactive analyses on security measures to support cyber security initiatives."
      },
      {
         "id": "21789",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21789",
         "title": "Create system images or capture network settings from information technology environments to preserve as evidence."
      },
      {
         "id": "21790",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21790",
         "title": "Develop plans for investigating alleged computer crimes, violations, or suspicious activity."
      },
      {
         "id": "21791",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21791",
         "title": "Develop policies or requirements for data collection, processing, or reporting."
      },
      {
         "id": "21792",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21792",
         "title": "Duplicate digital evidence to use for data recovery and analysis procedures."
      },
      {
         "id": "21793",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21793",
         "title": "Identify or develop reverse-engineering tools to improve system capabilities or detect vulnerabilities."
      },
      {
         "id": "21794",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21794",
         "title": "Maintain cyber defense software or hardware to support responses to cyber incidents."
      },
      {
         "id": "21795",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.06/related/tasks/21795",
         "title": "Maintain knowledge of laws, regulations, policies or other issuances pertaining to digital forensics or information privacy."
      }
   ]
}