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/41-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "23192",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23192",
         "title": "Make bids or offers to buy or sell securities.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "23193",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23193",
         "title": "Monitor markets or positions.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "23194",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23194",
         "title": "Agree on buying or selling prices at optimal levels for clients.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "23195",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23195",
         "title": "Keep accurate records of transactions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "23196",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23196",
         "title": "Buy or sell stocks, bonds, commodity futures, foreign currencies, or other securities on behalf of investment dealers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "23197",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23197",
         "title": "Complete sales order tickets and submit for processing of client-requested transactions.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23198",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23198",
         "title": "Report all positions or trading results.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23199",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23199",
         "title": "Interview clients to determine clients' assets, liabilities, cash flow, insurance coverage, tax status, or financial objectives.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "23200",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23200",
         "title": "Discuss financial options with clients and keep them informed about transactions.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "23203",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-3031.00/related/tasks/23203",
         "title": "Identify opportunities or develop channels for purchase or sale of securities or commodities.",
         "importance": 83,
         "category": "Core"
      }
   ]
}