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/11-9199.08/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15800",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15800",
         "title": "Coordinate or conduct internal investigations of problems such as employee theft and violations of corporate loss prevention policies.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15807",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15807",
         "title": "Administer systems and programs to reduce loss, maintain inventory control, or increase safety.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15781",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15781",
         "title": "Review loss prevention exception reports and cash discrepancies to ensure adherence to guidelines.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15791",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15791",
         "title": "Train loss prevention staff, retail managers, or store employees on loss control and prevention measures.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15786",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15786",
         "title": "Investigate or interview individuals suspected of shoplifting or internal theft.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "15783",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15783",
         "title": "Provide recommendations and solutions in crisis situations such as workplace violence, protests, and demonstrations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15806",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15806",
         "title": "Identify potential for loss and develop strategies to eliminate it.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15795",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15795",
         "title": "Hire or supervise loss prevention staff.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15804",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15804",
         "title": "Advise retail managers on compliance with applicable codes, laws, regulations, or standards.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "15799",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.08/related/tasks/15799",
         "title": "Develop and maintain partnerships with federal, state, or local law enforcement agencies or members of the retail loss prevention community.",
         "importance": 73,
         "category": "Core"
      }
   ]
}