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-9099.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17561",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17561",
         "title": "Investigate known or suspected internal theft, external theft, or vendor fraud.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17560",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17560",
         "title": "Implement or monitor processes to reduce property or financial losses.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17565",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17565",
         "title": "Identify and report merchandise or stock shortages.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17567",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17567",
         "title": "Maintain documentation or reports on security-related incidents or investigations.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17575",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17575",
         "title": "Apprehend shoplifters in accordance with guidelines.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17573",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17573",
         "title": "Verify proper functioning of physical security systems, such as closed-circuit televisions, alarms, sensor tag systems, or locks.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17578",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17578",
         "title": "Identify and report safety concerns to maintain a safe shopping and working environment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17563",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17563",
         "title": "Conduct store audits to identify problem areas or procedural deficiencies.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17568",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17568",
         "title": "Monitor compliance with standard operating procedures for loss prevention, physical security, or risk management.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17566",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9099.02/related/tasks/17566",
         "title": "Inspect buildings, equipment, or access points to determine security risks.",
         "importance": 85,
         "category": "Core"
      }
   ]
}