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-9061.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "830",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/830",
         "title": "Operate office machines, such as photocopiers and scanners, facsimile machines, voice mail systems, and personal computers."
      },
      {
         "id": "827",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/827",
         "title": "Answer telephones, direct calls, and take messages."
      },
      {
         "id": "826",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/826",
         "title": "Communicate with customers, employees, and other individuals to answer questions, disseminate or explain information, take orders, and address complaints."
      },
      {
         "id": "832",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/832",
         "title": "Maintain and update filing, inventory, mailing, and database systems, either manually or using a computer."
      },
      {
         "id": "828",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/828",
         "title": "Compile, copy, sort, and file records of office activities, business transactions, and other activities."
      }
   ]
}