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.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15645",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15645",
         "title": "Report violations of compliance or regulatory standards to duly authorized enforcement agencies as appropriate or required.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "15650",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15650",
         "title": "Identify compliance issues that require follow-up or investigation.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21088",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/21088",
         "title": "Discuss emerging compliance issues to ensure that management and employees are informed about compliance reporting systems, policies, and practices.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15653",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15653",
         "title": "File appropriate compliance reports with regulatory agencies.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "15638",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15638",
         "title": "Maintain documentation of compliance activities, such as complaints received or investigation outcomes.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15639",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15639",
         "title": "Consult with corporate attorneys as necessary to address difficult legal compliance issues.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "15656",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15656",
         "title": "Conduct or direct the internal investigation of compliance issues.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15644",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15644",
         "title": "Provide employee training on compliance related topics, policies, or procedures.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "15637",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/15637",
         "title": "Serve as a confidential point of contact for employees to communicate with management, seek clarification on issues or dilemmas, or report irregularities.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21089",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9199.02/related/tasks/21089",
         "title": "Verify that all regulatory policies and procedures have been documented, implemented, and communicated.",
         "importance": 77,
         "category": "Core"
      }
   ]
}