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-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21505",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21505",
         "title": "Prepare detailed reports on audit findings.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "21506",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21506",
         "title": "Report to management about asset utilization and audit results, and recommend changes in operations and financial activities.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "21507",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21507",
         "title": "Collect and analyze data to detect deficient controls, duplicated effort, extravagance, fraud, or non-compliance with laws, regulations, and management policies.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21508",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21508",
         "title": "Inspect account books and accounting systems for efficiency, effectiveness, and use of accepted accounting procedures to record transactions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21509",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21509",
         "title": "Supervise auditing of establishments, and determine scope of investigation required.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21510",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21510",
         "title": "Confer with company officials about financial and regulatory matters.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21511",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21511",
         "title": "Examine and evaluate financial and information systems, recommending controls to ensure system reliability and data integrity.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21512",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21512",
         "title": "Inspect cash on hand, notes receivable and payable, negotiable securities, and canceled checks to confirm records are accurate.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21513",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21513",
         "title": "Examine records and interview workers to ensure recording of transactions and compliance with laws and regulations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "21514",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2011.00/related/tasks/21514",
         "title": "Prepare, examine, or analyze accounting records, financial statements, or other financial reports to assess accuracy, completeness, and conformance to reporting and procedural standards.",
         "importance": 81,
         "category": "Core"
      }
   ]
}