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/33-1091.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "22940",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22940",
         "title": "Advise employees in handling problems or resolving complaints from customers, tenants, detainees, or other persons."
      },
      {
         "id": "22941",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22941",
         "title": "Apprehend or evict trespassers, rule violators, or other security threats from the premises."
      },
      {
         "id": "22942",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22942",
         "title": "Assign security personnel to posts or patrols."
      },
      {
         "id": "22943",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22943",
         "title": "Call police or fire departments in cases of emergency, such as fire, bomb threats, and presence of unauthorized persons."
      },
      {
         "id": "22944",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22944",
         "title": "Develop and document security procedures, policies, or standards."
      },
      {
         "id": "22945",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22945",
         "title": "Explain company policies and procedures to staff using oral or written communication."
      },
      {
         "id": "22946",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22946",
         "title": "Inspect and adjust security equipment to ensure it is operational or to detect evidence of tampering."
      },
      {
         "id": "22947",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22947",
         "title": "Investigate disturbances on the premises, such as security alarms, altercations, and suspicious activity."
      },
      {
         "id": "22948",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22948",
         "title": "Log items distributed to persons, such as keys and key cards."
      },
      {
         "id": "22949",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-1091.00/related/tasks/22949",
         "title": "Monitor and authorize entry of employees, visitors, or other persons."
      }
   ]
}