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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2061.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}