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/13-1199.07/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21482",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/related/tasks/21482",
         "title": "Assess the nature and level of physical security threats so that the scope of the problem can be determined."
      },
      {
         "id": "21483",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/related/tasks/21483",
         "title": "Budget and schedule security design work."
      },
      {
         "id": "21484",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/related/tasks/21484",
         "title": "Conduct security audits to identify potential vulnerabilities related to physical security or staff safety."
      },
      {
         "id": "21485",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/related/tasks/21485",
         "title": "Design security policies, programs, or practices to ensure adequate security relating to alarm response, access card use, and other security needs."
      },
      {
         "id": "21486",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.07/related/tasks/21486",
         "title": "Design, implement, or establish requirements for security systems, video surveillance, motion detection, or closed-circuit television systems to ensure proper installation and operation."
      }
   ]
}