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-2099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15997",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/related/tasks/15997",
         "title": "Apply mathematical or statistical techniques to address practical issues in finance, such as derivative valuation, securities trading, risk management, or financial market regulation."
      },
      {
         "id": "15995",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/related/tasks/15995",
         "title": "Research or develop analytical tools to address issues such as portfolio construction or optimization, performance measurement, attribution, profit and loss measurement, or pricing models."
      },
      {
         "id": "15989",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/related/tasks/15989",
         "title": "Interpret results of financial analysis procedures."
      },
      {
         "id": "15990",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/related/tasks/15990",
         "title": "Develop core analytical capabilities or model libraries, using advanced statistical, quantitative, or econometric techniques."
      },
      {
         "id": "15991",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2099.01/related/tasks/15991",
         "title": "Define or recommend model specifications or data collection methods."
      }
   ]
}