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/13-2082.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7360",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/related/tasks/7360",
         "title": "Use all appropriate adjustments, deductions, and credits to keep clients' taxes to a minimum."
      },
      {
         "id": "7358",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/related/tasks/7358",
         "title": "Compute taxes owed or overpaid, using adding machines or personal computers, and complete entries on forms, following tax form instructions and tax tables."
      },
      {
         "id": "7361",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/related/tasks/7361",
         "title": "Interview clients to obtain additional information on taxable income and deductible expenses and allowances."
      },
      {
         "id": "7362",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/related/tasks/7362",
         "title": "Review financial records, such as income statements and documentation of expenditures to determine forms needed to prepare tax returns."
      },
      {
         "id": "7359",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2082.00/related/tasks/7359",
         "title": "Prepare or assist in preparing simple to complex tax returns for individuals or small businesses."
      }
   ]
}