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-2041.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "1250",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1250",
         "title": "Analyze credit data and financial statements to determine the degree of risk involved in extending credit or lending money.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "1254",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1254",
         "title": "Complete loan applications, including credit analyses and summaries of loan requests, and submit to loan committees for approval.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "1255",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1255",
         "title": "Generate financial ratios, using computer programs, to evaluate customers' financial status.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1251",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1251",
         "title": "Prepare reports that include the degree of risk involved in extending credit or lending money.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "1259",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1259",
         "title": "Analyze financial data, such as income growth, quality of management, and market share to determine expected profitability of loans.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1257",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1257",
         "title": "Compare liquidity, profitability, and credit histories of establishments being evaluated with those of similar establishments in the same industries and geographic locations.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "1258",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1258",
         "title": "Consult with customers to resolve complaints and verify financial and credit transactions.",
         "importance": 52,
         "category": "Core"
      },
      {
         "id": "21164",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/21164",
         "title": "Contact customers to collect payments on delinquent accounts.",
         "importance": 75,
         "category": "Supplemental"
      },
      {
         "id": "1252",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1252",
         "title": "Evaluate customer records and recommend payment plans, based on earnings, savings data, payment history, and purchase activity.",
         "importance": 67,
         "category": "Supplemental"
      },
      {
         "id": "1256",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2041.00/related/tasks/1256",
         "title": "Review individual or commercial customer files to identify and select delinquent accounts for collection.",
         "importance": 58,
         "category": "Supplemental"
      }
   ]
}