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-3031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2487",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2487",
         "title": "Operate computers programmed with accounting software to record, store, and analyze information."
      },
      {
         "id": "2486",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2486",
         "title": "Check figures, postings, and documents for correct entry, mathematical accuracy, and proper codes."
      },
      {
         "id": "2488",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2488",
         "title": "Comply with federal, state, and company policies, procedures, and regulations."
      },
      {
         "id": "2495",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2495",
         "title": "Operate 10-key calculators, typewriters, and copy machines to perform calculations and produce documents."
      },
      {
         "id": "2500",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2500",
         "title": "Receive, record, and bank cash, checks, and vouchers."
      }
   ]
}