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.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 35,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14734",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14734",
         "title": "Monitor systems for intrusions or denial of service attacks, and report security breaches to appropriate personnel."
      },
      {
         "id": "14741",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14741",
         "title": "Identify or document backup or recovery plans."
      },
      {
         "id": "14731",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14731",
         "title": "Back up or modify applications and related data to provide for disaster recovery."
      },
      {
         "id": "14758",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14758",
         "title": "Correct testing-identified problems, or recommend actions for their resolution."
      },
      {
         "id": "14748",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/related/tasks/14748",
         "title": "Identify, standardize, and communicate levels of access and security."
      }
   ]
}