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