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-2061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "7324",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7324",
         "title": "Direct and participate in formal and informal meetings with bank directors, trustees, senior management, counsels, outside accountants, and consultants to gather information and discuss findings.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7317",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7317",
         "title": "Recommend actions to ensure compliance with laws and regulations, or to protect solvency of institutions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7319",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7319",
         "title": "Prepare reports, exhibits, and other supporting schedules that detail an institution's safety and soundness, compliance with laws and regulations, and recommended solutions to questionable financial conditions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7327",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7327",
         "title": "Resolve problems concerning the overall financial integrity of banking institutions including loan investment portfolios, capital, earnings, and specific or large troubled accounts.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7314",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7314",
         "title": "Investigate activities of institutions to enforce laws and regulations and to ensure legality of transactions and operations or financial solvency.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7320",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7320",
         "title": "Review balance sheets, operating income and expense accounts, and loan documentation to confirm institution assets and liabilities.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7316",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7316",
         "title": "Plan, supervise, and review work of assigned subordinates.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7321",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7321",
         "title": "Review audit reports of internal and external auditors to monitor adequacy of scope of reports or to discover specific weaknesses in internal routines.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "7318",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7318",
         "title": "Examine the minutes of meetings of directors, stockholders, and committees to investigate the specific authority extended at various levels of management.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "7322",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/related/tasks/7322",
         "title": "Train other examiners in the financial examination process.",
         "importance": 71,
         "category": "Core"
      }
   ]
}