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/43-4011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 10,
   "task": [
      {
         "id": "8145",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8145",
         "title": "Correspond with customers and confer with coworkers to answer inquiries, discuss market fluctuations, or resolve account problems.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "20622",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/20622",
         "title": "Document security transactions, such as purchases, sales, conversions, redemptions, or payments, using computers, accounting ledgers, or certificate records.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "8149",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8149",
         "title": "File, type, or operate standard office machines.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20623",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/20623",
         "title": "Perform clerical tasks, such as answering phones or distributing mail.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "8148",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8148",
         "title": "Prepare forms, such as receipts, withdrawal orders, transmittal papers, or transfer confirmations, based on transaction requests from stockholders.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "8147",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8147",
         "title": "Schedule and coordinate transfer and delivery of security certificates between companies, departments, and customers.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "8150",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8150",
         "title": "Monitor daily stock prices and compute fluctuations to determine the need for additional collateral to secure loans.",
         "importance": 76,
         "category": "Supplemental"
      },
      {
         "id": "8153",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8153",
         "title": "Verify ownership and transaction information and dividend distribution instructions to ensure conformance with governmental regulations, using stock records and reports.",
         "importance": 72,
         "category": "Supplemental"
      },
      {
         "id": "8151",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8151",
         "title": "Compute total holdings, dividends, interest, transfer taxes, brokerage fees, or commissions and allocate appropriate payments to customers.",
         "importance": 70,
         "category": "Supplemental"
      },
      {
         "id": "8152",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8152",
         "title": "Prepare reports summarizing daily transactions and earnings for individual customer accounts.",
         "importance": 66,
         "category": "Supplemental"
      }
   ]
}