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-2081.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "5293",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5293",
         "title": "Send notices to taxpayers when accounts are delinquent.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "5291",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5291",
         "title": "Confer with taxpayers or their representatives to discuss the issues, laws, and regulations involved in returns, and to resolve problems with returns.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "5294",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5294",
         "title": "Notify taxpayers of any overpayment or underpayment, and either issue a refund or request further payment.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5290",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5290",
         "title": "Maintain records for each case, including contacts, telephone numbers, and actions taken.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "5292",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5292",
         "title": "Contact taxpayers by mail or telephone to address discrepancies and to request supporting documentation.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20016",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/20016",
         "title": "Answer questions from taxpayers and assist them in completing tax forms.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "5288",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5288",
         "title": "Collect taxes from individuals or businesses according to prescribed laws and regulations.",
         "importance": 95,
         "category": "Supplemental"
      },
      {
         "id": "5305",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5305",
         "title": "Determine appropriate methods of debt settlement, such as offers of compromise, wage garnishment, or seizure and sale of property.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "5302",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5302",
         "title": "Check tax forms to verify that names and taxpayer identification numbers are correct, that computations have been performed correctly, or that amounts match those on supporting documentation.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "5303",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2081.00/related/tasks/5303",
         "title": "Examine and analyze tax assets and liabilities to determine resolution of delinquent tax problems.",
         "importance": 89,
         "category": "Supplemental"
      }
   ]
}