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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/summary/tasks?start=6&end=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."
      },
      {
         "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."
      },
      {
         "id": "8149",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4011.00/related/tasks/8149",
         "title": "File, type, or operate standard office machines."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}