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/11-3031.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15678",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15678",
         "title": "Manage investment funds to maximize return on client investments.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "15679",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15679",
         "title": "Select specific investments or investment mixes for purchase by an investment fund.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15669",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15669",
         "title": "Monitor financial or operational performance of individual investments to ensure portfolios meet risk goals.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "15676",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15676",
         "title": "Select or direct the execution of trades.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15675",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15675",
         "title": "Develop or implement fund investment policies or strategies.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "15667",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15667",
         "title": "Perform or evaluate research, such as detailed company or industry analyses, to inform financial forecasting, decision making, or valuation.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15668",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15668",
         "title": "Present investment information, such as product risks, fees, or fund performance statistics.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15664",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15664",
         "title": "Develop, implement, or monitor security valuation policies.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15671",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15671",
         "title": "Meet with investors to determine investment goals or to discuss investment strategies.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15665",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.03/related/tasks/15665",
         "title": "Attend investment briefings or consult financial media to stay abreast of relevant investment markets.",
         "importance": 76,
         "category": "Core"
      }
   ]
}